pub type Result<T> = Result<T, PoKeysError>;Expand description
Result type used throughout the library
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PoKeysError),
}pub type Result<T> = Result<T, PoKeysError>;Result type used throughout the library
pub enum Result<T> {
Ok(T),
Err(PoKeysError),
}