[][src]Crate erasable

Structs

Thin

Wrapper struct to create thin pointer types.

Traits

Erasable

A pointee type that can be type-erased (making a thin pointer).

ErasablePtr

A (smart) pointer type that can be type-erased (making a thin pointer).

Functions

erase

Erase a pointer.

Type Definitions

ErasedPtr

A thin, type-erased pointer.