Trait grafix_toolbox::lib::FS::Save::CompressArgs

source ·
pub trait CompressArgs {
    // Required method
    fn get(self) -> (Astr, Arc<[u8]>, i32);
}

Required Methods§

source

fn get(self) -> (Astr, Arc<[u8]>, i32)

Implementations on Foreign Types§

source§

impl<T: Into<Arc<[u8]>>, F: Into<Astr>> CompressArgs for (F, T)

source§

fn get(self) -> (Astr, Arc<[u8]>, i32)

source§

impl<T: Into<Arc<[u8]>>, F: Into<Astr>, C> CompressArgs for (F, T, C)
where i32: Cast<C>,

source§

fn get(self) -> (Astr, Arc<[u8]>, i32)

Implementors§