pub trait Lifetime<'a, SELF: Sealed = Bounds<&'a Self>> {
type Item;
}
Expand description
Stable workaround for lifetime GATs.
See the GAT tracking issue and stabilisation PR, and in particular this blog post for details on this workaround.
pub trait Lifetime<'a, SELF: Sealed = Bounds<&'a Self>> {
type Item;
}
Stable workaround for lifetime GATs.
See the GAT tracking issue and stabilisation PR, and in particular this blog post for details on this workaround.