pub type Edict = Vec<(CString, CString)>;Expand description
Entity dictionary
Aliased Type§
pub struct Edict { /* private fields */ }Trait Implementations§
Source§impl CheckWritable for Edict
impl CheckWritable for Edict
Source§fn check_writable(&self) -> ValidationResult
fn check_writable(&self) -> ValidationResult
Determine if an item can be written to file Read more