[−][src]Type Definition heim_common::prelude::Result
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.