BitnessT

Trait BitnessT 

Source
pub trait BitnessT {
    const BITNESS: Bitness;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl BitnessT for B32

Source§

const BITNESS: Bitness = Bitness::B32

Source§

impl BitnessT for B64

Source§

const BITNESS: Bitness = Bitness::B64