macro_rules! assert_subtype {
    (
        $base_ty: ty,
        $impl_ty: ty,
        $scalar: ty,
        $field_name: expr $(,)?
    ) => { ... };
}
Expand description

Asserts validness of a [Field] return type.

See spec for more info.