usecore::marker::PhantomData;/// Handle to a defmt logger.
#[derive(Copy, Clone)]pubstructFormatter<'a>{pub(crate)_phantom:PhantomData<&'a()>,
}/// An interned string created via [`intern!`].
////// [`intern!`]: macro.intern.html
#[derive(Clone, Copy)]pubstructStr{/// 16-bit address
pub(crate)address:u16,
}