pub trait AsyncWriteProtoExt {
    // Required method
    fn write_footer<'life0, 'async_trait>(
&'life0 mut self,
offset: u64
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait
; }

Required Methods§

Write footer with the offset to the root metadata block.

Implementors§