pub type Result<T> = Result<T, DeviceFlowError>;
Expand description
Result type alias for OAuth device flow operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(DeviceFlowError),
}
pub type Result<T> = Result<T, DeviceFlowError>;
Result type alias for OAuth device flow operations
pub enum Result<T> {
Ok(T),
Err(DeviceFlowError),
}