CheckWritable

Trait CheckWritable 

Source
pub trait CheckWritable {
    // Required method
    fn check_writable(&self) -> ValidationResult;
}
Expand description

Validation of entities and other items

Required Methods§

Source

fn check_writable(&self) -> ValidationResult

Determine if an item can be written to file

Note that passing this check only implies that the item can be written to file and can also be parsed back non-destructively. It is up to the consumer to ensure that the maps written are in a form that can be used by other tools, e.g. qbsp.

Implementors§