Trait freqfs::FileEntry[][src]

pub trait FileEntry<F> {
    fn expected() -> &'static str;
fn as_file(&self) -> Option<&F>;
fn as_file_mut(&mut self) -> Option<&mut F>; }
Expand description

Conversion methods from a container type (such as an enum) and file data.

Required methods

Implementors