[][src]Trait parity_scale_codec::Codec

pub trait Codec: Decode + Encode { }

Trait that allows zero-copy read/write of value-references to/from slices in LE format.

Implementors

impl<S: Decode + Encode> Codec for S[src]

Loading content...