Trait TypeResolutionContext

Source
pub trait TypeResolutionContext {
    // Required method
    fn property_ty(&self, _: &PropertyReference) -> &Type;

    // Provided method
    fn arg_type(&self, _index: usize) -> &Type { ... }
}

Required Methods§

Provided Methods§

Source

fn arg_type(&self, _index: usize) -> &Type

Implementors§