serde::de::impls

Macro num_128

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