ParsedField

Type Alias ParsedField 

Source
pub type ParsedField<Architecture> = Field<FieldName, Architecture>;
Expand description

Parsed field of a .SRCINFO file.

Aliased Type§

pub struct ParsedField<Architecture> { /* private fields */ }

Implementations§

Source§

impl<Architecture> ParsedField<Architecture>

Source

pub fn name_str(&self) -> &'static str

Get the name of the field as a string slice.

Trait Implementations§

Source§

impl<Architecture> From<FieldName> for ParsedField<Architecture>

Convert a FieldName into a ParsedField without an architecture.

Source§

fn from(value: FieldName) -> Self

Converts to this type from the input type.