Type Definition tshell::commands::CommandResult [] [src]

type CommandResult<R> = Result<R, String>;