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