pub type GetParamResult<T, E = Infallible> = Result<T, GetParamError<E>>;Available on crate feature
module only.Aliased Type§
pub enum GetParamResult<T, E = Infallible> {
Ok(T),
Err(GetParamError<E>),
}pub type GetParamResult<T, E = Infallible> = Result<T, GetParamError<E>>;module only.pub enum GetParamResult<T, E = Infallible> {
Ok(T),
Err(GetParamError<E>),
}