Trait libpna::Entry

source ·
pub trait Entry: SealedEntryExt { }
Expand description

Archive entry.

Object Safety§

This trait is not object safe.

Implementors§

source§

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

source§

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

source§

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