pub trait CheckWritable {
// Required method
fn check_writable(&self) -> ValidationResult;
}Expand description
Validation of entities and other items
Required Methods§
Sourcefn check_writable(&self) -> ValidationResult
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.