Macro konst_macro_rules::__priv_try_into_array[][src]

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