ChExt

Trait ChExt 

Source
pub trait ChExt {
    const CH: Chan;
}

Required Associated Constants§

Source

const CH: Chan

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 ChExt for Ch1

Source§

const CH: Chan = Chan::Ch1

Source§

impl ChExt for Ch2

Source§

const CH: Chan = Chan::Ch2