Docs.rs
alpm-3.0.2
alpm 3.0.2
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
Morganamilo
archlinux-github
Dependencies
alpm-sys ^3.0.0
normal
bitflags ^2.4.2
normal
libarchive ^0.1.1
normal
optional
libarchive3-sys ^0.1.2
normal
optional
criterion ^0.3.5
dev
alpm-sys ^3.0.0
build
Versions
100%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
alpm
3.0.2
AsAlpmList
Object Safety
Implementors
In crate alpm
?
Trait
alpm
::
AsAlpmList
source
·
[
−
]
pub trait AsAlpmList<T> { }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<'a, T: IntoAlpmListPtr, I>
AsAlpmList
<<<T as IntoAlpmListPtr>::Output as BorrowAlpmListItem<'a>>::Borrow> for I
where I:
Iterator
<Item = T>, T::Output: BorrowAlpmListItem<'a>,
source
§
impl<'b, T: IntoAlpmListItem + BorrowAlpmListItem<'b>>
AsAlpmList
<<T as BorrowAlpmListItem<'b>>::Borrow> for &
AlpmListMut
<T>
source
§
impl<'b, T: IntoAlpmListItem + BorrowAlpmListItem<'b>>
AsAlpmList
<<T as BorrowAlpmListItem<'b>>::Borrow> for
AlpmListMut
<T>
source
§
impl<'l, T>
AsAlpmList
<T> for
AlpmList
<'l, T>