Trait i_slint_compiler::llr::TypeResolutionContext
source · pub trait TypeResolutionContext {
// Required method
fn property_ty(&self, _: &PropertyReference) -> &Type;
// Provided method
fn arg_type(&self, _index: usize) -> &Type { ... }
}
Required Methods§
sourcefn property_ty(&self, _: &PropertyReference) -> &Type
fn property_ty(&self, _: &PropertyReference) -> &Type
The type of the property.
For reference to function, this is the return type