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
pub fn try_from_str<const N: usize>(s: &str) -> DataResult<String<N>>Create a heapless string from a string slice with error handling