pub fn input_default<V>(
    validator: V,
    value: Input<'_>
) -> Result<(), Diagnostic>where
    V: Validator,