Trait gclient::ext::sp_runtime::codec::ConstEncodedLen
pub trait ConstEncodedLen: MaxEncodedLen { }
Expand description
Types that have a constant encoded length. This implies MaxEncodedLen
.
No derive macros is provided; instead use an empty implementation like for a marker trait.
Object Safety§
This trait is not object safe.