Trait tc_transact::fs::BlockRead[][src]

pub trait BlockRead<B: BlockData, F: File<B>>: Deref<Target = B> + Send {
    fn upgrade(
        self,
        file: &F
    ) -> TCBoxTryFuture<'_, <<F as File<B>>::Block as Block<B, F>>::WriteLock>; }

Required methods

fn upgrade(
    self,
    file: &F
) -> TCBoxTryFuture<'_, <<F as File<B>>::Block as Block<B, F>>::WriteLock>
[src]

Loading content...

Implementors

Loading content...