macro_rules! converts {
($ArrayType:ty, $ArrowType:ty) => { ... };
($ArrayType:ty, $ArrowType:ty, @map) => { ... };
}Expand description
Implement bi-directional From between concrete array types.
macro_rules! converts {
($ArrayType:ty, $ArrowType:ty) => { ... };
($ArrayType:ty, $ArrowType:ty, @map) => { ... };
}Implement bi-directional From between concrete array types.