pub trait IntoInternalListReader<'a> {
    fn into_internal_list_reader(self) -> ListReader<'a>;
}
Expand description

Trait for all types that can be converted to a low-level ListReader.

Required Methods§

Implementors§