Type Definition android_sparse::result::Result[][src]

type Result<T> = Result<T, Error>;

Result type used for error handling in this crate.