Trait nue_io::Tell
[−]
[src]
pub trait Tell { fn tell(&mut self) -> Result<u64>; }
Exposes the current position in the stream without changing it.
Required Methods
Implementors
impl<'a, T: Tell + ?Sized> Tell for &'a mut T
impl<T: Tell + ?Sized> Tell for Box<T>
impl<T> Tell for ReadWriteTell<T>
impl<T: Seek> Tell for SeekAll<T>
impl<T: Tell> Tell for SeekForwardRead<T>
impl<T: Tell> Tell for SeekForwardWrite<T>
impl<T: Tell> Tell for SeekAbsoluteRewind<T>
impl<T: Tell> Tell for BufSeeker<T>
impl<T: Tell> Tell for Region<T>
impl<T: Tell> Tell for Take<T>