Skip to main content

BitToString

Trait BitToString 

Source
pub trait BitToString {
    // Required method
    fn to_mechanism(&self) -> &'static str;
}

Required Methods§

Source

fn to_mechanism(&self) -> &'static str

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl BitToString for u64

Source§

fn to_mechanism(&self) -> &'static str

Implementors§