Home
last modified time | relevance | path

Searched defs:IntoCollection (Results 1 – 1 of 1) sorted by relevance

/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/http/src/
H A Dext.rs8 pub trait IntoCollection<T> { trait
44 impl<T: Clone> IntoCollection<T> for &[T $($size)*] { impl