pub type Result<T> = Result<T, BlackMagicProbeError>;Expand description
A result type with the error hardwired to [BmpError].
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(BlackMagicProbeError),
}pub type Result<T> = Result<T, BlackMagicProbeError>;A result type with the error hardwired to [BmpError].
pub enum Result<T> {
Ok(T),
Err(BlackMagicProbeError),
}