pub trait FindAssignments {
    fn find_assignments(&self, local: Local) -> Vec<Location>;
}

Required Methods

Implementations on Foreign Types

Implementors