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