Type Definition postscript::compact1::StringID

source ·
pub type StringID = u16;
Expand description

A string identifier.

Trait Implementations§

source§

impl TryFrom<Number> for StringID

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(number: Number) -> Result<Self>

Performs the conversion.