structural_derive 0.3.0-alpha

Implementation detail of the structural crate.
Documentation
1
2
3
4
5
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub(crate) enum StructOrEnum {
    Struct,
    Enum,
}