pub trait StringExt {
    // Required method
    fn from_utf8_simd(bytes: Vec<u8>) -> Option<String>;
}
Available on crate feature alloc only.

Required Methods§

Implementations on Foreign Types§

source§

impl StringExt for String

Implementors§