[][src]Trait packman::VecPackMember

pub trait VecPackMember: Serialize + Clone {
    type Out: PartialEq + Display + ?Sized;
    fn get_id(&self) -> &Self::Out;
}

This trait defines the requirements to be a member of a VecPack

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...