Trait binrw::HasMagic[][src]

pub trait HasMagic {
    type MagicType;

    const MAGIC: Self::MagicType;
}
Expand description

A trait to allow for binrw types to provide a means of accessing their magic

Associated Types

Associated Constants

Implementors