try_from_str

Function try_from_str 

Source
pub fn try_from_str<const N: usize>(s: &str) -> DataResult<String<N>>
Expand description

Create a heapless string from a string slice with error handling