pub trait ChunkFullNull {
    fn full_null(_name: &str, _length: usize) -> Self;
}
This is supported on crate feature object only.

Required methods

Implementors