Macro serde::de::impls::int_to_int

source ·
macro_rules! int_to_int {
    ($ty:ident : $visit:ident) => { ... };
    (nonzero $primitive:ident $ty:ident : $visit:ident) => { ... };
    (saturating $primitive:ident $ty:ident : $visit:ident) => { ... };
}