Type Definition xshell::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;
Expand description

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