pub struct ImageParser { /* private fields */ }Implementations§
Source§impl ImageParser
impl ImageParser
pub fn new(output: OutputManager) -> Self
pub fn set_large_layer_threshold(&mut self, threshold: u64)
pub async fn parse_tar_file(&mut self, tar_path: &Path) -> Result<ImageInfo>
Auto Trait Implementations§
impl Freeze for ImageParser
impl RefUnwindSafe for ImageParser
impl Send for ImageParser
impl Sync for ImageParser
impl Unpin for ImageParser
impl UnwindSafe for ImageParser
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