SYMBOL INDEX (33 symbols across 7 files) FILE: Formula/container-compose.rb class ContainerCompose (line 1) | class ContainerCompose < Formula method install (line 21) | def install FILE: src/cli.rs type Cli (line 5) | pub struct Cli { type Command (line 14) | pub enum Command { FILE: src/container.rs function get_containers_list (line 5) | pub fn get_containers_list() -> Result, ()> { function stop_container (line 22) | pub fn stop_container(container_ids: Vec) -> Result<(), ()> { function remove_container (line 38) | pub fn remove_container(container_ids: Vec) -> Result<(), ()> { type Container (line 56) | pub struct Container { type Network (line 64) | pub struct Network { type Configuration (line 73) | pub struct Configuration { type Resources (line 91) | pub struct Resources { type InitProcess (line 98) | pub struct InitProcess { type User (line 111) | pub struct User { type Id (line 117) | pub struct Id { type Platform (line 124) | pub struct Platform { type Mount (line 130) | pub struct Mount { type Image (line 136) | pub struct Image { type Descriptor (line 143) | pub struct Descriptor { type Dns (line 152) | pub struct Dns { FILE: src/deserializer.rs type Service (line 8) | pub struct Service { type Compose (line 27) | pub struct Compose { function deserialize_yaml (line 33) | pub fn deserialize_yaml(yaml: &str) -> Result { function deserialize_environment_variables (line 37) | fn deserialize_environment_variables<'a, D>( function deserialize_array_key_value (line 86) | fn deserialize_array_key_value<'a, D>(deserializer: D) -> Result(deserializer: D) -> Result) { function stop_and_remove_services (line 17) | pub fn stop_and_remove_services(path: Option) { type ServiceContainer (line 54) | struct ServiceContainer { method new (line 66) | pub fn new(name: String, service: &deserializer::Service) -> Self { method run (line 79) | pub fn run(&self) -> Result<(), String> { method expose_service_ports (line 145) | fn expose_service_ports(&self) { FILE: src/utils.rs function deserialize_compose_file (line 5) | pub fn deserialize_compose_file(path: Option) -> Result