Trait CacheBlock

Source
pub trait CacheBlock: AsType<ChainBlock> + CollectionBlock { }
Expand description

A block in a file managed by a Chain

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§