Type Definition redox_buffer_pool::CloseResult[][src]

type CloseResult<I, H, E> = Result<(Option<H>, MmapEntries<I, E>), CloseError<BufferPool<I, H, E>>>;
Expand description

The result originating from BufferPool::try_close.