dhcp_protocol

Trait IntoFidlExt

Source
pub trait IntoFidlExt<F>: FidlCompatible<F, IntoError = Infallible> {
    // Provided method
    fn into_fidl(self) -> F { ... }
}
Expand description

Utility trait for infallible FIDL conversion.

Provided Methods§

Source

fn into_fidl(self) -> F

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<F, C: FidlCompatible<F, IntoError = Infallible>> IntoFidlExt<F> for C