Pointee

Trait Pointee 

Source
pub trait Pointee {
    type Metadata: Debug + Copy + Send + Sync + Ord + Hash + Unpin;
}

Required Associated Types§

Implementations on Foreign Types§

Source§

impl Pointee for str

Source§

impl<T> Pointee for [T]

Implementors§