Struct rust_jvm::vm::sig::Field
[−]
[src]
pub struct Field { pub name: String, pub ty: Type, }
A field signature.
Fields
name | The name of the field. |
ty | The type of the field. |