MCPcopy Create free account
hub / github.com/angular-rust/yew-components / ValidityTransform

Class ValidityTransform

src/text_inputs/mod.rs:40–40  ·  view source on GitHub ↗

Owned function for validity props

Source from the content-addressed store, hash-verified

38#[derive(Clone)]
39/// Owned function for validity props
40pub struct ValidityTransform(pub(crate) Rc<ValidityTransformFn>);
41
42#[cfg(any(feature = "textfield", feature = "textarea"))]
43impl ValidityTransform {

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected