Type Definition stencila_schema::Integer[][src]

pub type Integer = i64;
Expand description

An integer value

Uses i64 for maximum precision.

Trait Implementations

Retrieve the type of an entity Needs to be called type_name because type is a reserved word Read more

Retrieve the id of an entity