Type Definition ra_ap_hir_ty::TraitRef[][src]

type TraitRef = TraitRef<Interner>;

Trait Implementations

Returns a Displayable type that is human-readable.

Returns a Displayable type that is human-readable. Use this for showing types to the user (e.g. diagnostics) Read more

Returns a Displayable type that is human-readable and tries to be succinct. Use this for showing types to the user where space is constrained (e.g. doc popups) Read more

Returns a String representation of self that can be inserted into the given module. Use this when generating code (e.g. assists) Read more

Returns a String representation of self for test purposes