pub trait IBDA_NullTransform_Impl: Sized {
    // Required methods
    fn Start(&self) -> Result<()>;
    fn Stop(&self) -> Result<()>;
}

Required Methods§

fn Start(&self) -> Result<()>

fn Stop(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§