Type Alias rsiot_component_core::ComponentResult
source · pub type ComponentResult = Result<(), ComponentError>;Aliased Type§
enum ComponentResult {
Ok(()),
Err(ComponentError),
}pub type ComponentResult = Result<(), ComponentError>;enum ComponentResult {
Ok(()),
Err(ComponentError),
}