Edict

Type Alias Edict 

Source
pub type Edict = Vec<(CString, CString)>;
Expand description

Entity dictionary

Aliased Type§

pub struct Edict { /* private fields */ }

Trait Implementations§

Source§

impl CheckWritable for Edict

Source§

fn check_writable(&self) -> ValidationResult

Determine if an item can be written to file Read more