Function check_local_pointer
Source pub fn check_local_pointer(key: &str) -> Result<&str, &str>
Expand description
Returns the literal of the current/local Databoard pointer if it is one.
ยงErrors
- if is not a current/local
Databoard pointer, the error contains the unchanged key.