pub trait GetSampleRef<'a> {
    fn get_sample_ref(&'a self, sample_id: Uuid) -> Sample<'a>;
}

Required Methods

Implementors