RawKit

Type Alias RawKit 

Source
pub type RawKit = CodecKit<RawCodec>;
Expand description

Default fast-path kit: raw POD codec.

Aliased Type§

pub struct RawKit {
    pub codec: RawCodec,
}

Fields§

§codec: RawCodec

The codec instance used by the typed wrappers created by this kit.