pub struct ExtractApks { /* private fields */ }
Expand description
To measure the estimated download sizes of APKs in an APK set as they would be served
compressed over-the-wire, use the get-size total command: bundletool get-size total --apks=/MyApp/my_app.apks
You can modify the behavior of the get-size total command using the following flags:
Implementationsยง
Auto Trait Implementationsยง
impl Freeze for ExtractApks
impl RefUnwindSafe for ExtractApks
impl Send for ExtractApks
impl Sync for ExtractApks
impl Unpin for ExtractApks
impl UnwindSafe for ExtractApks
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