kv_sessions/internal
Functions
pub fn decode_data_from_string(
  str: String,
) -> Result(Dict(String, String), DecodeError)
    
    
  pub fn decode_session_row(
  data: Dynamic,
) -> Result(
  #(String, #(#(Int, Int, Int), #(Int, Int, Int)), String),
  List(DecodeError),
)
    
    
  pub fn encode_data(data: Dict(String, String)) -> Json