pub trait IntoIndirectCall: Into<CallExpr> {
    fn into_indirect(self) -> CallExpr { ... }
}

Provided Methods

Implementors