Macro serde::de::impls::uint_to_self
source ยท macro_rules! uint_to_self { ($ty:ident : $visit:ident) => { ... }; (nonzero $primitive:ident $ty:ident : $visit:ident) => { ... }; (saturating $primitive:ident $ty:ident : $visit:ident) => { ... }; }