Trait windows_gen::Decode[][src]

pub trait Decode {
    fn decode(file: &'static File, code: u32) -> Self;
}

Required methods

Implementors