Type Alias ion_rs::types::SymbolId

source ·
pub type SymbolId = usize;

Trait Implementations§

source§

impl TryFrom<&UInt> for usize

§

type Error = IonError

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

fn try_from(value: &UInt) -> Result<Self, Self::Error>

Performs the conversion.