Skip to main content

StringCharAt

Trait StringCharAt 

Source
pub trait StringCharAt {
    // Required method
    fn char_at(&self, pos: Option<f64>) -> StringCharAtResult;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl StringCharAt for &str

Implementors§