pub type RawField<'a> = Field<&'a str>;
Raw string field of a desc file.
desc
pub struct RawField<'a>(/* private fields */);