Expand description
Determine kind of a container.
Re-exports§
pub use super::super::container_kind;
Modules§
- exposed
- Exposed namespace of the module.
- orphan
- Orphan namespace of the module.
- own
- Own namespace of the module.
- prelude
- Prelude to use essentials:
use my_module ::prelude :: *
.
Enums§
- Container
Kind - Kind of container.
Functions§
- of_
optional - Return kind of container specified by type. Unlike
of_type
it also understand optional types. - of_type
- Return kind of container specified by type.