[][src]Trait meilib::Document

pub trait Document: Serialize + DeserializeOwned + Debug {
    type IDType: Display;
    fn get_id(&self) -> &Self::IDType;
}

Userdefined Document MUST impl

Associated Types

Loading content...

Required methods

fn get_id(&self) -> &Self::IDType

Loading content...

Implementors

Loading content...