pub type TableResult = Result<Option<TableOutput>, ShellError>;
Aliased Type§
pub enum TableResult {
Ok(Option<TableOutput>),
Err(ShellError),
}
Variants§
Ok(Option<TableOutput>)
Contains the success value
Err(ShellError)
Contains the error value