fn main() {} #[union_fn::union_fn] trait Foo { type Context = i32; fn foo(ctx: &mut Self::Context) {} fn bar(ctx: &mut i32) {} }