Function immutable_file

Source
pub fn immutable_file<T: Into<String>>(
    path: PathBuf,
    number: ImmutableFileNumber,
    filename: T,
) -> ImmutableFile
Expand description

Fake ImmutableFile, bypass the checks done by ImmutableFile::new.