[][src]Type Definition basic::lang::LineNumber

type LineNumber = Option<u16>;

Trait Implementations

impl MaxValue<u16> for LineNumber[src]

impl<'_> TryFrom<&'_ Token> for LineNumber[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Link> for LineNumber[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Val> for LineNumber[src]

type Error = Error

The type returned in the event of a conversion error.