Type Alias LineNumber
Source pub type LineNumber = Option<u16>;
enum LineNumber {
None,
Some(u16),
}
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.