Struct more_sync::CarrierRef [−][src]
pub struct CarrierRef<T> { /* fields omitted */ }
Expand description
A reference to an object owned by a Carrier
.
The target will be alive for as long as this reference is alive.
Trait Implementations
Returns the “default value” for a type. Read more