Trait fixity::core::cache::OwnedRef[][src]

pub trait OwnedRef {
    type Ref: Deref<Target = Structured>;
    fn as_ref_structured(&self) -> &Self::Ref;
fn into_owned_structured(self) -> Structured; }

Associated Types

type Ref: Deref<Target = Structured>[src]

Loading content...

Required methods

Loading content...

Implementations on Foreign Types

impl OwnedRef for Arc<Object>[src]

type Ref = Self

Loading content...

Implementors

Loading content...