Type Definition knightrs::Number[][src]

type Number = i64;

The number type within Knight.

Trait Implementations

impl TryFrom<&'_ Value> for Number[src]

type Error = Error

The type returned in the event of a conversion error.