pub trait Binary {
    const VALUE: bool;
}
Expand description

Indicates binary types.

Required Associated Constants§

Implementors§

source§

impl Binary for _0

source§

const VALUE: bool = false

source§

impl Binary for _1

source§

const VALUE: bool = true