pub trait Config: InternalEndianConfig + InternalArrayLengthConfig + InternalIntEncodingConfig + InternalLimitConfig + Copy + Clone { }
Expand description

Indicates a type is valid for controlling the bincode configuration

Implementors