pub trait IntoListNameSpace {
    // Required method
    fn into_list_name_space(self) -> ListNameSpace;
}
Available on crate feature list_eval only.

Required Methods§

Implementors§