pub type EncodedConfig = DoNotRelyOnWhatThisIs;
Expand description

An encoded Config that can be used as a const parameter to Iso8601.

The type this is aliased to must not be relied upon. It can change in any release without notice.

Trait Implementations§

source§

impl Integer for u128

source§

fn parse_bytes(src: &[u8]) -> Option<Self>