pub trait AbiArrayType: AbiType { }
Expand description
Additional trait for types that can appear in arrays
NOTE: this is necessary to handle the special case of Vec<u8> => Bytes
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.