Trait gufo_common::xmp::Field
source · pub trait Field {
const NAME: &'static str;
const EX: bool = false;
}Expand description
XMP field
Required Associated Constants§
Provided Associated Constants§
Object Safety§
This trait is not object safe.