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