pub trait TypeMagic {
    const MAGIC: &'static [&'static [u8]];
}

Required Associated Constants§

source

const MAGIC: &'static [&'static [u8]]

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'a> TypeMagic for Office95<'a>

source§

const MAGIC: &'static [&'static [u8]] = _

source§

impl<'a> TypeMagic for PDF<'a>

source§

const MAGIC: &'static [&'static [u8]] = _

source§

impl<'a> TypeMagic for Rtf<'a>

source§

const MAGIC: &'static [&'static [u8]] = _

source§

impl<'a> TypeMagic for Elf<'a>

source§

const MAGIC: &'static [&'static [u8]] = _

source§

impl<'a> TypeMagic for FatMacho<'a>

source§

const MAGIC: &'static [&'static [u8]] = _

source§

impl<'a> TypeMagic for Macho<'a>

source§

const MAGIC: &'static [&'static [u8]] = _

source§

impl<'a> TypeMagic for EXE<'a>

source§

const MAGIC: &'static [&'static [u8]] = _