pub type ControllerResult = Result<(), ShaperailError>;Expand description
Type alias for controller function results.
Aliased Type§
pub enum ControllerResult {
Ok(()),
Err(ShaperailError),
}pub type ControllerResult = Result<(), ShaperailError>;Type alias for controller function results.
pub enum ControllerResult {
Ok(()),
Err(ShaperailError),
}