Type Alias pdf::object::Shared

source ·
pub type Shared<T> = Arc<T>;

Aliased Type§

struct Shared<T> { /* private fields */ }

Trait Implementations§

source§

impl<'a, T> From<&'a MaybeRef<T>> for Shared<T>

source§

fn from(r: &'a MaybeRef<T>) -> Shared<T>

Converts to this type from the input type.
source§

impl<T> From<MaybeRef<T>> for Shared<T>

source§

fn from(r: MaybeRef<T>) -> Shared<T>

Converts to this type from the input type.