Function stream_len_default
pub fn stream_len_default<T: Seek + ?Sized>(self_: &mut T) -> Result<u64>
The default implementation of Seek::stream_len.
This may be desirable in libstd where the default implementation is desirable,
but additional work needs to be done before or after.