Trait Sampler

Source
pub trait Sampler: Send {
    // Required method
    fn suspend_and_sample_thread(&self) -> Result<NativeStack, ()>;
}

Required Methods§

Implementors§