pub unsafe trait Repr {
    type Store;
}
Expand description

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

It’s for abstracting over sized and unsized types.

Associated Types

Implementations on Foreign Types

Implementors