Trait rustc_typeck::check::coercion::AsCoercionSite
source · [−]pub trait AsCoercionSite {
fn as_coercion_site(&self) -> &Expr<'_>;
}
Expand description
Something that can be converted into an expression to which we can apply a coercion.
Required Methods
source