pub type PreparationProgress = Arc<dyn Fn(u64) + Send + Sync>;Expand description
Reports how many plaintext source bytes have been consumed while a durable upload spool is being prepared. Owned because the reader that produces the sealed body retains it for the lifetime of that stream.
Aliased Typeยง
pub struct PreparationProgress { /* private fields */ }