pub type DeviceCodeWebViewResult<T> = Result<T, WebViewDeviceCodeError>;
Aliased Type§
pub enum DeviceCodeWebViewResult<T> {
Ok(T),
Err(WebViewDeviceCodeError),
}
pub type DeviceCodeWebViewResult<T> = Result<T, WebViewDeviceCodeError>;
pub enum DeviceCodeWebViewResult<T> {
Ok(T),
Err(WebViewDeviceCodeError),
}