SingleLayer

Trait SingleLayer 

Source
pub trait SingleLayer {
    // Required method
    fn name(self) -> ArcStr;
}

Required Methods§

Source

fn name(self) -> ArcStr

Implementations on Foreign Types§

Source§

impl SingleLayer for &str

Source§

fn name(self) -> ArcStr

Source§

impl SingleLayer for &String

Source§

fn name(self) -> ArcStr

Source§

impl SingleLayer for String

Source§

fn name(self) -> ArcStr

Source§

impl<T: SingleLayer> SingleLayer for Option<T>

Source§

fn name(self) -> ArcStr

Implementors§