puffin::puffin_manager::stager

Trait Alias InitBlobFn

Source
trait InitBlobFn = FnOnce(BoxWriter) -> WriteResult;
Expand description

Function that initializes a blob.

Stager will provide a BoxWriter that the caller of get_blob can use to write the blob into the staging area.