Type Definition Result
heim_common
type Result<T> = Result<T, Error>;
A specialized Result type for data fetching functions.
This type is used almost for all heim routines for any operation which may produce an error.
heim