Struct debian_packaging::repository::contents::ContentsFileAsyncReader [−][src]
pub struct ContentsFileAsyncReader<R> { /* fields omitted */ }Implementations
Consumes self, returning the inner reader.
Read and parse a single line from the reader.
Consume the instance and return the inner ContentsFile and source reader.
Trait Implementations
impl<'pin, R> Unpin for ContentsFileAsyncReader<R> where
__ContentsFileAsyncReader<'pin, R>: Unpin,
Auto Trait Implementations
impl<R> RefUnwindSafe for ContentsFileAsyncReader<R> where
R: RefUnwindSafe,
impl<R> Send for ContentsFileAsyncReader<R> where
R: Send,
impl<R> Sync for ContentsFileAsyncReader<R> where
R: Sync,
impl<R> UnwindSafe for ContentsFileAsyncReader<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
