pub unsafe trait SafeAsRaw<Kind: Memory, Own: Ownership> { }
Expand description

Trait for persistent Refs that point to valid objects. This is an internal interface.

Implementors§