[][src]Trait reffers::arc::Repr

pub unsafe trait Repr: Repr { }

This is an implementation detail. Please don't mess with it.

It's for abstracting over sized and unsized types.

Implementations on Foreign Types

impl Repr for str[src]

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

Loading content...

Implementors

impl<T> Repr for T[src]

Loading content...