pub type BnRestRespType<T> = Result<T, SharedRestError<BnRespError>>;Aliased Type§
pub enum BnRestRespType<T> {
Ok(T),
Err(SharedRestError<BnRespError>),
}Variants§
Ok(T)
Contains the success value
Err(SharedRestError<BnRespError>)
Contains the error value