[][src]Type Definition redox_buffer_pool::WithGuardResult

type WithGuardResult<'pool, I, H, E, OldGuard, NewGuard, C, M> = Result<BufferSlice<'pool, I, H, E, NewGuard, C, M>, WithGuardError<BufferSlice<'pool, I, H, E, OldGuard, C, M>>>;

The result originating from BufferSlice::with_guard.