StrUtils

Trait StrUtils 

Source
pub trait StrUtils {
    // Required method
    fn to_os_bytes(&self) -> Vec<u8> ;
}

Required Methods§

Source

fn to_os_bytes(&self) -> Vec<u8>

Implementations on Foreign Types§

Source§

impl StrUtils for str

Implementors§