Type Alias json_ld_syntax::NumberBuf

source ·
pub type NumberBuf = NumberBuf<SmallVec<[u8; 16]>>;
Expand description

Number buffer.

Aliased Type§

struct NumberBuf { /* private fields */ }

Trait Implementations§

source§

impl From<Version> for NumberBuf

source§

fn from(v: Version) -> Self

Converts to this type from the input type.