[−][src]Crate inline_dyn
Modules
| any | |
| convert | |
| error | |
| fmt | |
| future | |
| hash | |
| io | |
| iter | |
| ops |
Macros
| InlineDynFn | |
| InlineDynFnMut | |
| inline_dyn | Attempt to construct a new |
| inline_dyn_box | Construct a new |
Structs
| InlineDyn | A container type that stores a dynamically-sized type (e.g., a trait object) inline within the container. |
Traits
| Align | A marker trait for a type-level unsigned integer representing an alignment. |
| Size | A marker trait for a type-level unsigned integer representing a size. |
Type Definitions
| DefaultSize | A type-level integer corresponding to the default size and alignment of the
internal storage of an |