Trait class_file::CPType

source ·
pub trait CPType<'a> {
    type Output;

    fn fetch(entry: &'a CPEntry<'a>) -> Option<Self::Output>;
}

Required Associated Types

Required Methods

Implementors