Trait akita::ToAkita[][src]

pub trait ToAkita {
    fn to_data(&self) -> AkitaData;
}

Required methods

convert from an instance of the struct to a akita representation to be saved into the database

Implementations on Foreign Types

Implementors