Trait GenericBoardItem

Source
pub trait GenericBoardItem {
    // Required methods
    fn id(&self) -> &KIID;
    fn pack(&self) -> Any;
}

Required Methods§

Source

fn id(&self) -> &KIID

Source

fn pack(&self) -> Any

Implementors§