pub type Result<T> = Result<T, ProjectionError>;Expand description
Result type alias using ProjectionError
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ProjectionError),
}pub type Result<T> = Result<T, ProjectionError>;Result type alias using ProjectionError
pub enum Result<T> {
Ok(T),
Err(ProjectionError),
}