Trait sabisabi::AnkiExporter [] [src]

pub trait AnkiExporter<'a> {
    fn from_anki_package(&'a str) -> Result<AnkiError>;
    fn from_plain_text_cards(&'a str) -> Result<AnkiError>;
    fn from_plain_text_notes(&'a str) -> Result<AnkiError>;
}

Required Methods

Implementors