pub trait WalCodec<Ctx>where Ctx: Context, Self: Codec<SignedConsensusMsg<Ctx>> + Codec<ProposedValue<Ctx>>,{ }
Codec for encoding and decoding WAL entries.
This trait is automatically implemented for any type that implements:
Codec<SignedConsensusMsg<Ctx>>