Type Definition xshell::Result[][src]

type Result<T, E = Error> = Result<T, E>;
Expand description

Result from std, with the error type defaulting to xshell’s Error.