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

Implementations on Foreign Types

Implementors