Pattern matching works now
This commit is contained in:
@@ -123,6 +123,10 @@ impl Format for ForeignAtom {
|
||||
}
|
||||
}
|
||||
impl ToExpr for ForeignAtom {
|
||||
async fn to_expr(self) -> Expr
|
||||
where Self: Sized {
|
||||
self.ex()
|
||||
}
|
||||
async fn to_gen(self) -> GExpr { self.ex().to_gen().await }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user