Trait dhcp_protocol::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

Object Safety§

This trait is not object safe.

Implementors§

source§

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