Saveable

Trait Saveable 

Source
pub trait Saveable {
    // Required methods
    fn save(internal: &mut Internal, settings: &Settings) -> Self
       where Self: Sized;
    fn is_vintage_story(&self) -> bool;
}

Required Methods§

Source

fn save(internal: &mut Internal, settings: &Settings) -> Self
where Self: Sized,

Save the given Internal to a schematic.

Source

fn is_vintage_story(&self) -> bool

Implementors§