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