pub type PodbeanResult<T> = Result<T, PodbeanError>;Expand description
Result type for Podbean API operations.
Aliased Type§
enum PodbeanResult<T> {
Ok(T),
Err(PodbeanError),
}pub type PodbeanResult<T> = Result<T, PodbeanError>;Result type for Podbean API operations.
enum PodbeanResult<T> {
Ok(T),
Err(PodbeanError),
}