Type Definition pagecache::MergeOperator [] [src]

type MergeOperator = fn(_: &[u8], _: Option<&[u8]>, _: &[u8]) -> Option<Vec<u8>>;

Allows arbitrary logic to be injected into mere operations of the PageCache.