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