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