pub type ParamResult<T> = Result<T, ParamError>;Expand description
Result type for parameter construction and lookup operations.
Aliased Type§
pub enum ParamResult<T> {
Ok(T),
Err(ParamError),
}pub type ParamResult<T> = Result<T, ParamError>;Result type for parameter construction and lookup operations.
pub enum ParamResult<T> {
Ok(T),
Err(ParamError),
}