macro_rules! decl_external {
($external:ty) => { ... };
}Expand description
Implement the value trait for an external type.
This is required to support the external type as a type argument in a registered function.
This will be deprecated once (or if) specialization lands.