Struct chunky::HeapHandler[][src]

pub struct HeapHandler;

A Handler that allocates chunks on the heap

Trait Implementations

impl Handler for HeapHandler
[src]

Create a new chunk with a given identifier, assumes it doesn't exist

Load a chunk with a given identifier, or create it if it doesn't exist

Load a chunk with a given identifier, assumes it exists

Deallocate a chunk, but keep any persisted representation of it

Deallocate a chunk and delete any persisted representation of it

Auto Trait Implementations

impl Send for HeapHandler

impl Sync for HeapHandler