Type Alias bayer::BayerResult
source · pub type BayerResult<T> = Result<T, BayerError>;Aliased Type§
enum BayerResult<T> {
Ok(T),
Err(BayerError),
}pub type BayerResult<T> = Result<T, BayerError>;enum BayerResult<T> {
Ok(T),
Err(BayerError),
}