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