Home
last modified time | relevance | path

Searched defs:insert (Results 1 – 3 of 3) sorted by relevance

/NovaShell/src/shell/command/
H A Dhelp.rs29 let mut insert = |tuple: (String, fn() -> ())| map.insert(tuple.0, tuple.1); in init() localVariable
H A Dmod.rs45 let mut insert = |tuple: (String, fn(&Vec<String>) -> Result<(), ExecuteErrorType>)| { in init() localVariable
/NovaShell/src/shell/
H A Dprinter.rs50 pub fn insert(&mut self, bytes: &[u8]) { in insert() method