Struct sabisabi::Anki [] [src]

pub struct Anki {
    // some fields omitted
}

Methods

impl<'a> Anki
[src]

fn guess(&self, card_face: CardFace)

impl<'a> Anki
[src]

fn get_cards(&self) -> Vec<Card>

fn from(source: AnkiExport<'a>) -> Result<AnkiError>

Trait Implementations

impl Debug for Anki
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for Anki
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.