[][src]Trait rfc2580::Pointee

pub trait Pointee {
    type MetaData: MetaData<Pointee = Self> + Clone + Copy;
}

Pointee.

A trait associating the appropriate meta-data to a given pointer type.

Associated Types

type MetaData: MetaData<Pointee = Self> + Clone + Copy[src]

The type of the meta-data associated to pointers to Self.

Loading content...

Implementors

impl<T> Pointee for T[src]

impl<T> Pointee for [T][src]

impl<T: ?Sized> Pointee for T[src]

Loading content...