Expand description
InlineDyn
Modules§
Macros§
- Inline
DynFn - Inline
DynFn Mut - dyn_
star - A convenience macro that allows for using similar syntax to the proposed
dyn* Trait
feature. - inline_
dyn - Constructs a new
InlineDyn
containing the given value. - inline_
dyn_ box alloc
- inline_
dyn_ try
Structs§
- Align
- A zero-sized-type aligned to
N
. Compound types containing a fieldAlign<N>
with have an alignment of at leastN
. - Inline
Dyn - A container type that stores a dynamically-sized type (e.g., a trait object) inline within the container.
- Into
Iter
Constants§
- DEFAULT_
SIZE - A constant corresponding to the default size and alignment of the
internal storage of an
InlineDyn
.