Parent

Trait Parent 

Source
pub trait Parent {
    // Required method
    fn parent(&self) -> &[&str];
}

Required Methods§

Source

fn parent(&self) -> &[&str]

Implementations on Foreign Types§

Source§

impl Parent for &[&str]

Source§

fn parent(&self) -> &[&str]

Implementors§