1 2 3 4 5
pub struct ConstStructPrimQueue<Key, Tail> { pub __phantom: core::marker::PhantomData<(Key, Tail)>, } pub struct ConstStructPrimEnd;