pub type Result<T> = Result<T, KipukaError>;Expand description
Convenience alias used throughout the server.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(KipukaError),
}pub type Result<T> = Result<T, KipukaError>;Convenience alias used throughout the server.
pub enum Result<T> {
Ok(T),
Err(KipukaError),
}