[][src]Trait markdown_composer::transforms::BlockQuote

pub trait BlockQuote {
    fn block_quote(&self) -> String;
fn block_quote_multi_line(&self) -> String; }

Required methods

Loading content...

Implementors

impl<T> BlockQuote for T where
    T: AsRef<str>, 
[src]

Loading content...