pub type Rto<T> = Rt<Slot<T>>;
Expand description
Aliased Type§
struct Rto<T> {
_aliasable: PhantomPinned,
inner: Slot<T>,
}
Fields§
§_aliasable: PhantomPinned
§inner: Slot<T>
pub type Rto<T> = Rt<Slot<T>>;
struct Rto<T> {
_aliasable: PhantomPinned,
inner: Slot<T>,
}
_aliasable: PhantomPinned
§inner: Slot<T>