Home
last modified time | relevance | path

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

/third_party/rust/rust/library/proc_macro/src/bridge/
Drpc.rs20 pub(super) trait DecodeMut<'a, 's, S>: Sized { interface
32 impl<S> DecodeMut<'_, '_, S> for $ty { impl
51 impl<'a, S, $($($T: for<'s> DecodeMut<'a, 's, S>),+)?> DecodeMut<'a, '_, S> impl
82 impl<'a, S, $($($T: for<'s> DecodeMut<'a, 's, S>),+)?> DecodeMut<'a, '_, S> impl
111 impl<S> DecodeMut<'_, '_, S> for () { implementation
179 impl<'a, S, A: for<'s> DecodeMut<'a, 's, S>, B: for<'s> DecodeMut<'a, 's, S>> DecodeMut<'a, '_, S> impl
194 impl<'a, S> DecodeMut<'a, '_, S> for &'a [u8] { impl
209 impl<'a, S> DecodeMut<'a, '_, S> for &'a str { impl
236 impl<'a, S, T: for<'s> DecodeMut<'a, 's, S>> DecodeMut<'a, '_, S> for Vec<T> { impl
Dclient.rs74 impl<S: server::Types> DecodeMut<'_, '_, HandleStore<server::MarkedTypes<S>>> impl
102 impl<'s, S: server::Types> DecodeMut<'_, 's, HandleStore<server::MarkedTypes<S>>> impl
121 impl<S> DecodeMut<'_, '_, S> for $oty { impl
147 impl<S: server::Types> DecodeMut<'_, '_, HandleStore<server::MarkedTypes<S>>> impl
163 impl<S> DecodeMut<'_, '_, S> for $ity { impl
Dsymbol.rs112 impl<S: server::Server> DecodeMut<'_, '_, client::HandleStore<server::MarkedTypes<S>>> impl