Home
last modified time | relevance | path

Searched refs:Cow (Results 1 – 2 of 2) sorted by relevance

/linux/rust/quote/
H A Dident_fragment.rs3 use alloc::borrow::Cow;
62 impl<T> IdentFragment for Cow<'_, T> implementation
H A Dto_tokens.rs4 use alloc::borrow::Cow;
88 impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> { implementation