pub type ShellResult<T> = Result<T, ShellError>;Expand description
Result type alias for shell operations.
Aliased Type§
pub enum ShellResult<T> {
Ok(T),
Err(ShellError),
}pub type ShellResult<T> = Result<T, ShellError>;Result type alias for shell operations.
pub enum ShellResult<T> {
Ok(T),
Err(ShellError),
}