pub fn struct_default<V>(
    validator: V,
    value: Derived<'_, ItemStruct, &ItemInput>
) -> Result<(), Diagnostic>where
    V: Validator,