Decode

Derive Macro Decode 

Source
#[derive(Decode)]
Expand description

Derives lencode::Decode for structs and enums.

The layout matches what #[derive(Encode)] produces.