pub type InterfaceHandle = Handle<Interface<Unvalidated>>;Aliased Type§
struct InterfaceHandle { /* private fields */ }Trait Implementations§
Source§impl InitializerValidator for InterfaceHandle
impl InitializerValidator for InterfaceHandle
Source§fn validate_default_value(
&self,
value: &InitializerDefault,
) -> BindResult<ValidatedDefaultValue>
fn validate_default_value( &self, value: &InitializerDefault, ) -> BindResult<ValidatedDefaultValue>
Check that the value is valid for the type