[][src]Trait markdown_composer::extensions::github::Strikethrough

pub trait Strikethrough {
    fn strikethrough(&self) -> String;
}

Required methods

fn strikethrough(&self) -> String

Loading content...

Implementors

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

Loading content...