pub type StarryResult<T = ()> = Result<T, StarryError>;Expand description
A result returned by Starry-owned kernel operations.
Aliased Type§
pub enum StarryResult<T = ()> {
Ok(T),
Err(StarryError),
}pub type StarryResult<T = ()> = Result<T, StarryError>;A result returned by Starry-owned kernel operations.
pub enum StarryResult<T = ()> {
Ok(T),
Err(StarryError),
}