Type Alias mangadex_api_schema_rust::v5::AtHomeServerResponse
source · pub type AtHomeServerResponse = Result<AtHomeServer>;Aliased Type§
enum AtHomeServerResponse {
Ok(AtHomeServer),
Err(Error),
}pub type AtHomeServerResponse = Result<AtHomeServer>;enum AtHomeServerResponse {
Ok(AtHomeServer),
Err(Error),
}