Home
last modified time | relevance | path

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

/third_party/protobuf/rust/
Dprimitive.rs38 impl<'msg> ViewProxy<'msg> for $t {} impl
Dcord.rs46 impl<'msg> ViewProxy<'msg> for [< $t Cow>]<'msg> {} impl
Dproxied.rs215 pub trait ViewProxy<'msg>: SealedInternal + Proxy<'msg> + Send {} trait
Dstring.rs153 impl<'msg> ViewProxy<'msg> for &'msg [u8] {} impl
556 impl<'msg> ViewProxy<'msg> for &'msg ProtoStr {} impl