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

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