IsParagraph

Trait IsParagraph 

Source
pub trait IsParagraph: Debug {
    // Required method
    fn to_raw(&self) -> String;
}

Required Methods§

Source

fn to_raw(&self) -> String

Implementors§