pub trait AsPkg {
    fn as_pkg(&self) -> Pkg<'_>;
}

Required Methods

Implementors