pub type CollectionHandle = Handle<Collection<Unvalidated>>;Aliased Type§
pub struct CollectionHandle { /* private fields */ }Trait Implementations§
Source§impl InitializerValidator for CollectionHandle
impl InitializerValidator for CollectionHandle
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