Type Definition knightrs::Boolean[][src]

type Boolean = bool;

The boolean type within Knight.

Trait Implementations

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

type Error = Error

The type returned in the event of a conversion error.