armanriazi•rust•error•E0615•attempted to take value of method `collect` on type
//Resolve .collect::<Vec<_>>(),
input_iter
.next()
.unwrap()
.split(' ')
.filter(|x| *x != "")
.collect, //Error