pub trait INetConnectionManager_Impl: Sized {
    // Required method
    fn EnumConnections(
        &self,
        flags: NETCONMGR_ENUM_FLAGS
    ) -> Result<IEnumNetConnection>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§