pub type Result<T> = Result<T, YandexWebmasterError>;Expand description
Result type alias for Yandex Webmaster API operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(YandexWebmasterError),
}pub type Result<T> = Result<T, YandexWebmasterError>;Result type alias for Yandex Webmaster API operations
pub enum Result<T> {
Ok(T),
Err(YandexWebmasterError),
}