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