[][src]Module user_stable_vtable::refs

Structs

StableMut

Safety: Must satisfy all the rules of &dyn Trait, in addition to the rules for references defined by rfc 2955 Note: Here the vtable has to satisfy 'a. It is not yet specified the lifetime a vtable has to satisfy.

StableRef

Safety: Must satisfy all the rules of &dyn Trait, in addition to the rules for references defined by rfc 2955 Note: Here the vtable has to satisfy 'a. It is not yet specified the lifetime a vtable has to satisfy.