pub fn ST_Envelope<G: Into<Geometry>, g>(
    g: g
) -> ST_Envelope<G, <g as AsExpression<G>>::Expression> where
    g: AsExpression<G>, 
Expand description

Represents the MySQL ST_Envelope function.