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.
trait InitBlobFn = FnOnce(BoxWriter) -> WriteResult;
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.