Trait libp2p::multiaddr::multihash::typenum::Bit [−][src]
pub trait Bit: Copy + Default { pub const U8: u8; pub const BOOL: bool; pub fn new() -> Self; pub fn to_u8() -> u8; pub fn to_bool() -> bool; }
The marker trait for compile time bits.
This trait should not be implemented for anything outside this crate.
Associated Constants
Loading content...Required methods
pub fn new() -> Self
[src]
Instantiates a singleton representing this bit.