Trait StringCharCodeAt

Source
pub trait StringCharCodeAt {
    // Required method
    fn char_code_at(&self, index: Option<f64>) -> Option<u32>;
}

Required Methods§

Source

fn char_code_at(&self, index: Option<f64>) -> Option<u32>

Implementations on Foreign Types§

Source§

impl StringCharCodeAt for &str

Source§

fn char_code_at(&self, index: Option<f64>) -> Option<u32>

Implementors§