Method lrs::file::File::create_hole

Creates a hole in the file.

Syntax

impl File {
    fn create_hole<R>(&self, range: R) -> Result<(), Errno>
        where R: BoundedRange<u64>,
}

Arguments

NameDescription
range

The range that should be turned into a hole.

See also