Function collections::linked_list::link_no_prev [] [src]

fn link_no_prev<T>(next: Box<Node<T>>) -> Link<T>

Clear the .prev field on next, then return Some(next)