Returns [`ValidityTransform`] to be passed to `validity_transform` prop
(
func: F,
)
| 253 | impl Select { |
| 254 | /// Returns [`ValidityTransform`] to be passed to `validity_transform` prop |
| 255 | pub fn validity_transform<F: Fn(String, NativeValidityState) -> ValidityState + 'static>( |
| 256 | func: F, |
| 257 | ) -> ValidityTransform { |
| 258 | ValidityTransform::new(func) |
| 259 | } |
| 260 | } |
nothing calls this directly
no outgoing calls
no test coverage detected