pub type Result<T> = Result<T, PrikkError>;Expand description
Shared result type.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PrikkError),
}pub type Result<T> = Result<T, PrikkError>;Shared result type.
pub enum Result<T> {
Ok(T),
Err(PrikkError),
}