Trait Entry

Source
pub trait Entry: SealedEntryExt { }
Expand description

Archive entry.

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§

Source§

impl<T> Entry for ReadEntry<T>
where ReadEntry<T>: SealedEntryExt,

Source§

impl<T> Entry for NormalEntry<T>
where NormalEntry<T>: SealedEntryExt,

Source§

impl<T> Entry for SolidEntry<T>
where SolidEntry<T>: SealedEntryExt,