MCPcopy Create free account
hub / github.com/CAD97/pointer-utils / Erasable

Interface Erasable

crates/erasable/src/lib.rs:198–271  ·  view source on GitHub ↗

A pointee type that supports type-erased pointers (thin pointers). This trait is automatically implemented for all sized types, and can be manually implemented for unsized types that know their own metadata. # Safety Must be implemented as described and may be relied upon by generic code.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 2

lib.rscrates/erasable/src/lib.rs
provided_types.rscrates/slice-dst/src/provided_types.rs

Calls

no outgoing calls

Tested by

no test coverage detected