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.

Implementations on Foreign Types§

Implementors§