Skip to main content

CharAsStr

Trait CharAsStr 

Source
pub trait CharAsStr {
    // Required method
    fn as_str(&self) -> STR;
}

Required Methods§

Source

fn as_str(&self) -> STR

Implementations on Foreign Types§

Source§

impl CharAsStr for char

Source§

fn as_str(&self) -> STR

Implementors§