const_struct 0.6.3

macro that allows const structures to be passed as const generics
Documentation
1
2
3
4
5
pub struct ConstStructPrimQueue<Key, Tail> {
    pub __phantom: core::marker::PhantomData<(Key, Tail)>,
}

pub struct ConstStructPrimEnd;