NodeLs

Trait NodeLs 

Source
pub trait NodeLs {
    // Required methods
    fn mode_str(&self) -> String;
    fn link_str(&self) -> String;
}

Required Methods§

Source

fn mode_str(&self) -> String

Implementations on Foreign Types§

Source§

impl NodeLs for Node

Implementors§