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