Searched defs:Result (Results 1 – 3 of 3) sorted by relevance
/NovaShell/src/shell/command/ |
H A D | mod.rs | 57 pub fn shell_cmd_cd(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_cd() 77 pub fn shell_cmd_exec(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_exec() 149 fn shell_cmd_reboot(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_reboot() 158 fn shell_cmd_free(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_free() 225 fn shell_cmd_help(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_help() 233 fn shell_cmd_export(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_export()
|
/NovaShell/src/shell/ |
H A D | thread_manager.rs | 28 pub fn send(&self, item: S) -> Result<(), SendError<S>> { in send() 44 pub fn join(&mut self) -> Result<(), ()> { in join()
|
H A D | printer.rs | 192 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|