surrealdb::key::debug

Function sprint_key

Source
pub fn sprint_key(key: &Key) -> String
Expand description

Helpers for debugging keys sprint_key converts a key to an escaped string. This is used for logging and debugging tests and should not be used in implementation code.