CrcTrait

Trait CrcTrait 

Source
pub trait CrcTrait: Peripheral<P = CRC> + 'static {
    // Provided method
    fn build(self) -> Crc<'static> { ... }
}
Expand description

crc trait

Provided Methods§

Source

fn build(self) -> Crc<'static>

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.

Implementations on Foreign Types§

Source§

impl CrcTrait for CRC

support crc

Implementors§