1 2 3 4 5 6
fn get_container_name() -> &String { let container = "23r2323r2".to_stirng(); &container[0..4]; }