Struct proguard::FieldInfo [] [src]

pub struct FieldInfo<'a> { /* fields omitted */ }

Represents field mapping information.

Methods

impl<'a> FieldInfo<'a>
[src]

Returns the name of the field.

Returns the obfuscated alias of a name.

Returns the type name of the field.

Trait Implementations

impl<'a> Display for FieldInfo<'a>
[src]

Formats the value using the given formatter. Read more