pub type Result<T> = Result<T, LibsyError>;Expand description
Result type returned by libsy APIs.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(LibsyError),
}pub type Result<T> = Result<T, LibsyError>;Result type returned by libsy APIs.
pub enum Result<T> {
Ok(T),
Err(LibsyError),
}