Trait rtt::TransSample [] [src]

pub trait TransSample<RT> {
    type Sample;
    type Error;
    fn sample(self, rtt: &mut RT) -> Result<Self::Sample, Self::Error>;
}

Associated Types

Required Methods

Implementors