Trait rtt::TransPrepareSample [] [src]

pub trait TransPrepareSample<RT, NR> {
    type Error;
    fn prepare_sample(
        self,
        rtt: &mut RT,
        node_ref: NR
    ) -> Result<(), Self::Error>; }

Associated Types

Required Methods

Implementors