Type Definition acme_core::Container

source · []
pub type Container<T = String> = Dictionary<Vec<T>>;