[][src]Trait ssz::Ssz

pub trait Ssz: Decode + Encode + Hashable { }

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

Implementors

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

Loading content...