Type Alias fidl_fuchsia_device::NameProviderGetDeviceNameResult
source · pub type NameProviderGetDeviceNameResult = Result<String, i32>;
Aliased Type§
enum NameProviderGetDeviceNameResult {
Ok(String),
Err(i32),
}