pub fn parse_tunnel_definitions<T>(tunnels: &[T]) -> Res<Vec<TunnelDefinition>>where T: AsRef<str>,
Parses a list of tunnel definitions from the given input strings.