Type Definition knightrs::Boolean[][src]

type Boolean = bool;
Expand description

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.

fn try_from(value: &Value) -> Result<Self>[src]

Performs the conversion.