pub trait IsFieldDefinition {
// Required methods
fn tag(&self) -> TagU32;
fn name(&self) -> &str;
fn location(&self) -> FieldLocation;
}Required Methods§
Sourcefn location(&self) -> FieldLocation
fn location(&self) -> FieldLocation
Returns the field location of self.