Trait background_hang_monitor::sampler::Sampler
source · pub trait Sampler: Send {
// Required method
fn suspend_and_sample_thread(&self) -> Result<NativeStack, ()>;
}
pub trait Sampler: Send {
// Required method
fn suspend_and_sample_thread(&self) -> Result<NativeStack, ()>;
}