pub type MainResult = TopLevelResult;Expand description
A variant of Result for main functions that return a trackable error on failure.
Aliased Type§
pub enum MainResult {
Ok(()),
Err(TopLevelError),
}pub type MainResult = TopLevelResult;A variant of Result for main functions that return a trackable error on failure.
pub enum MainResult {
Ok(()),
Err(TopLevelError),
}