pub trait LoadFromPath: Sized {
    fn load(path: &Path) -> Self;
}

Required Methods§

Implementors§