pub struct AsyncStdReader { /* private fields */ }
Expand description
Implements a std reader wrapper around the source.
Implementations§
Source§impl AsyncStdReader
impl AsyncStdReader
Sourcepub async fn reader(
&self,
content: impl ContentInfo,
) -> Result<MutexGuard<'_, Box<dyn ReadSeek>>>
pub async fn reader( &self, content: impl ContentInfo, ) -> Result<MutexGuard<'_, Box<dyn ReadSeek>>>
Get he appropriate reader implementation.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AsyncStdReader
impl !RefUnwindSafe for AsyncStdReader
impl !Send for AsyncStdReader
impl !Sync for AsyncStdReader
impl Unpin for AsyncStdReader
impl !UnwindSafe for AsyncStdReader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more