lance_encoding::encoder

Type Alias EncodeTask

Source
pub type EncodeTask = BoxFuture<'static, Result<EncodedPage>>;
Expand description

A task to create a page of data

Aliased Typeยง

struct EncodeTask {}