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