pub type Result<T, E = PhilipsSlideError> = Result<T, E>;Expand description
The corresponding result type used by the crate.
Aliased Type§
pub enum Result<T, E = PhilipsSlideError> {
Ok(T),
Err(E),
}pub type Result<T, E = PhilipsSlideError> = Result<T, E>;The corresponding result type used by the crate.
pub enum Result<T, E = PhilipsSlideError> {
Ok(T),
Err(E),
}