pub trait IMMEndpoint_Impl: Sized {
    // Required method
    fn GetDataFlow(&self) -> Result<EDataFlow>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§