Trait rkyv::de::SharedPointer[][src]

pub trait SharedPointer {
    fn data_address(&self) -> *const ();
}

A deserializable shared pointer type.

Required methods

fn data_address(&self) -> *const ()[src]

Returns the data address for this shared pointer.

Loading content...

Implementations on Foreign Types

impl<T: ?Sized> SharedPointer for Rc<T>[src]

impl<T: ?Sized> SharedPointer for Arc<T>[src]

Loading content...

Implementors

Loading content...