pub trait IMbnConnectionProfileEvents_Impl: Sized {
    // Required method
    fn OnProfileUpdate(
        &self,
        newprofile: Option<&IMbnConnectionProfile>
    ) -> Result<()>;
}

Required Methods§

fn OnProfileUpdate( &self, newprofile: Option<&IMbnConnectionProfile> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§