pub trait GenericArgsExt {
// Required methods
fn box_args(&self) -> (&Ty, &Ty);
fn as_closure(&self) -> ClosureArgs;
fn as_coroutine(&self) -> CoroutineArgs;
}
pub trait GenericArgsExt {
// Required methods
fn box_args(&self) -> (&Ty, &Ty);
fn as_closure(&self) -> ClosureArgs;
fn as_coroutine(&self) -> CoroutineArgs;
}