Skip to main content

probe_factory

Function probe_factory 

Source
pub fn probe_factory<AE, PH>() -> ProbeFactory<AE>
where AE: AsyncExecutor + 'static, PH: ActiveProbeHandler<AE> + Default + 'static,
Expand description

Create a ProbeFactory from a Default-constructible ActiveProbeHandler type.