pub struct TarFile(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl AsyncFolderSource for TarFile
impl AsyncFolderSource for TarFile
Source§impl SyncFolderSource for TarFile
impl SyncFolderSource for TarFile
fn get_file_content( &self, file_name: &Path, ) -> Result<(Vec<u8>, Option<String>), FetchError>
Auto Trait Implementations§
impl Freeze for TarFile
impl RefUnwindSafe for TarFile
impl Send for TarFile
impl Sync for TarFile
impl Unpin for TarFile
impl UnwindSafe for TarFile
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