pub trait Load {
    fn load(&mut self) -> bool;
}

Required Methods§

| Load saved state. |

Implementors§