pub type ApifyClientResult<T> = Result<T, ApifyClientError>;Expand description
The result type used throughout this crate.
Aliased Type§
pub enum ApifyClientResult<T> {
Ok(T),
Err(ApifyClientError),
}pub type ApifyClientResult<T> = Result<T, ApifyClientError>;The result type used throughout this crate.
pub enum ApifyClientResult<T> {
Ok(T),
Err(ApifyClientError),
}