Trait GameObjectCollection

Source
pub trait GameObjectCollection {
    // Required method
    fn get_index(&self, index: usize) -> Result<&SaveFileValue, KeyError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl GameObjectCollection for Vec<SaveFileValue>

Implementors§