pub type SourceInfoResult<T> = Result<T, SourceInfoTableError>;
Aliased Type§
enum SourceInfoResult<T> {
Ok(T),
Err(SourceInfoTableError),
}
pub type SourceInfoResult<T> = Result<T, SourceInfoTableError>;
enum SourceInfoResult<T> {
Ok(T),
Err(SourceInfoTableError),
}