pub trait FidlIntoNative<T> {
// Required method
fn fidl_into_native(self) -> T;
}
Expand description
Converts a fidl object into its corresponding native representation.
pub trait FidlIntoNative<T> {
// Required method
fn fidl_into_native(self) -> T;
}
Converts a fidl object into its corresponding native representation.