pub type ApiResult<T> = Result<T, AutofillApiError>;
Expand description
Result enum for the public API
Aliased Type§
enum ApiResult<T> {
Ok(T),
Err(AutofillApiError),
}
pub type ApiResult<T> = Result<T, AutofillApiError>;
Result enum for the public API
enum ApiResult<T> {
Ok(T),
Err(AutofillApiError),
}