fn tell()

in src/conv/woff.rs [71:76]


    fn tell<S>(stream: &mut S) -> Result<u64, Error>
    where
        S: Seek,
    {
        stream.seek(SeekFrom::Current(0))
    }