Skip to main content

Module erased

Module erased 

Source
Expand description

A storage whose kind is known only at run time.

Storage answers futures of its own making, which is what keeps a ready one free of an allocation per read — and what stops it being a trait object. The editor’s document handle holds one container without caring where its bytes are, so it holds an Any: the same trait, one box deep.

Structs§

Any
One container’s bytes, wherever they are.

Traits§

Erased 🔒

Type Aliases§

Answer 🔒