Trait akita::FromAkita[][src]

pub trait FromAkita {
    fn from_data(data: &AkitaData) -> Self;
}

Required methods

convert akita to an instance of the corresponding struct of the model taking into considerating the renamed columns

Implementations on Foreign Types

Implementors