pub type Result<T> = Result<T, SourceError>;Expand description
Result of source operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SourceError),
}pub type Result<T> = Result<T, SourceError>;Result of source operations.
pub enum Result<T> {
Ok(T),
Err(SourceError),
}