[][src]Function mini_gpt::first_partition_byte_range

pub fn first_partition_byte_range<H>(
    handle: &mut H
) -> Result<Range<u64>, Error> where
    H: Seek + Read