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