armanriazirusterRore0615Atted, aby przyjąć wartość metody `colet` na typ

//Resolve   .collect::<Vec<_>>(),
        input_iter
                .next()
                .unwrap()
                .split(' ')
                .filter(|x| *x != "")
                .collect, //Error
ArmanRiazi