Macro fidl_fuchsia_component::ErrorUnknown
source ยท macro_rules! ErrorUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown Error
member.
macro_rules! ErrorUnknown {
() => { ... };
}
Pattern that matches an unknown Error
member.