macro_rules! assert_subtype { ( $base_ty: ty, $impl_ty: ty, $scalar: ty, $field_name: expr $(,)? ) => { ... }; }
Asserts validness of a [Field] return type.
Field
See spec for more info.