trait ToWorld {
    // Required method
    fn to_world(self, path: PathBuf) -> SingleplayerWorld;
}

Required Methods§

Implementors§