Trait alpm::Push

source ·
pub unsafe trait Push<'a>: AsAlpmListItemPtr<'a> { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'a> Push<'a> for String

Implementors§

source§

impl<'a> Push<'a> for Db<'a>

source§

impl<'a> Push<'a> for Dep<'a>

source§

impl<'a> Push<'a> for Depend

source§

impl<'a> Push<'a> for Package<'a>

source§

impl<'a> Push<'a> for Pkg<'a>