pub trait TypesAndLimits: Types + Limits { }
Expand description

All associated types and size limits for the encodable data structures used by the dock-core.

Implementors§

source§

impl<T> TypesAndLimits for Twhere T: Types + Limits,