Trait rtt::TransPrepareSample [] [src]

pub trait TransPrepareSample<RN> {
    type Rtt;
    type Error;
    fn prepare_sample(self, rtt_node: RN) -> Result<Self::Rtt, Self::Error>;
}

Associated Types

Required Methods

Implementors