Trait assayer::MethodSyntaxValidatorMutRef [] [src]

pub trait MethodSyntaxValidatorMutRef: Sized {
    fn validate_mut_ref<T: ValidatorMutRef<Self>>(
        &mut self
    ) -> Result<&mut Self, Error>; }

Required Methods

Implementors