LevelInto

Trait LevelInto 

Source
pub trait LevelInto {
    // Required method
    fn into_level(&self) -> &str;
}

Required Methods§

Source

fn into_level(&self) -> &str

Implementations on Foreign Types§

Source§

impl LevelInto for &str

Source§

fn into_level(&self) -> &str

Source§

impl LevelInto for &String

Source§

fn into_level(&self) -> &str

Source§

impl LevelInto for String

Source§

fn into_level(&self) -> &str

Implementors§