pub trait ConstraintVisitor {
    // Required method
    fn index<I: Index>(&mut self);
}

Required Methods§

source

fn index<I: Index>(&mut self)

Object Safety§

This trait is not object safe.

Implementors§