pub async fn store_context(
ks: &KeyspaceHandle,
record: &ContextRecord,
) -> Result<(), AppError>Expand description
Store (create or overwrite) a context record.
pub async fn store_context(
ks: &KeyspaceHandle,
record: &ContextRecord,
) -> Result<(), AppError>Store (create or overwrite) a context record.