macro_rules! __priv_try_into_array {
(explicit, $slice:ident, $len:expr) => { ... };
(infer, $slice:ident) => { ... };
}
macro_rules! __priv_try_into_array {
(explicit, $slice:ident, $len:expr) => { ... };
(infer, $slice:ident) => { ... };
}