pub trait ChunkFullNull {
    fn full_null(_name: &str, _length: usize) -> Self;
}

Required Methods

Implementors