#[non_exhaustive]pub struct EtmConfiguredChannel<'a, E, T, const C: u8>where
E: EtmEvent,
T: EtmTask,{ /* private fields */ }Expand description
A readily configured channel
The channel is enabled and event and task are configured.
Trait Implementations§
Source§impl<E, T, const C: u8> Drop for EtmConfiguredChannel<'_, E, T, C>where
E: EtmEvent,
T: EtmTask,
Available on crate feature unstable only.
impl<E, T, const C: u8> Drop for EtmConfiguredChannel<'_, E, T, C>where
E: EtmEvent,
T: EtmTask,
Available on crate feature
unstable only.