pub type FrameSink = Box<dyn Fn(Arc<FrameData>) + Send>;Expand description
Add these to GlobalProfiler with GlobalProfiler::add_sink().
Aliased Typeยง
pub struct FrameSink(/* private fields */);pub type FrameSink = Box<dyn Fn(Arc<FrameData>) + Send>;Add these to GlobalProfiler with GlobalProfiler::add_sink().
pub struct FrameSink(/* private fields */);