#dynamically-sized #traits #type

nightly dyn_sized

Provides the DynSized trait, for working with dynamically sized types

2 unstable releases

Uses old Rust 2015

0.2.0 Oct 20, 2017
0.1.0 Oct 14, 2017

#19 in #dynamically-sized


Used in thin

MIT/Apache

11KB
233 lines

Provides the DynSized trait, which allows conversion between fat pointers and their (meta, data_pointer) components. derive_DynSized! may be used to implement DynSized for trait objects.

Dependencies

~3KB