Struct earth::codecs::Boolean [] [src]

pub struct Boolean { /* fields omitted */ }

Methods

impl Boolean
[src]

Trait Implementations

impl Default for Boolean
[src]

Returns the "default value" for a type. Read more

impl Codec<bool> for Boolean
[src]