pub trait ToExternalEventSource<const N: u8, const IS_FAST: bool> {
// Required method
fn finalize(
self,
_calibrated: &mut HrTimCalibrated,
) -> ExternalEventSource<N, IS_FAST>;
}
pub trait ToExternalEventSource<const N: u8, const IS_FAST: bool> {
// Required method
fn finalize(
self,
_calibrated: &mut HrTimCalibrated,
) -> ExternalEventSource<N, IS_FAST>;
}