Searched defs:insert (Results 1 – 3 of 3) sorted by relevance
29 let mut insert = |tuple: (String, fn() -> ())| map.insert(tuple.0, tuple.1); in init() localVariable
45 let mut insert = |tuple: (String, fn(&Vec<String>) -> Result<(), ExecuteErrorType>)| { in init() localVariable
50 pub fn insert(&mut self, bytes: &[u8]) { in insert() method