Macro try_from_array_ref

Source
macro_rules! try_from_array_ref {
    ($Array:ty) => { ... };
}