pub trait ProfilerMetadataFactory {
    // Required method
    fn new_metadata(&self) -> Option<TimerMetadata>;
}

Required Methods§

Implementors§