Module container_kind

Module container_kind 

Source
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§

ContainerKind
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.