Trait crc::Implementation
source · pub trait Implementation: Sealed {
type Data<W>;
}
Expand description
A trait for CRC implementations.
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait Implementation: Sealed {
type Data<W>;
}
A trait for CRC implementations.