RawField

Type Alias RawField 

Source
pub type RawField<'a> = Field<&'a str>;
Expand description

Raw string field of a desc file.

Aliased Typeยง

pub struct RawField<'a>(/* private fields */);