Trait protobuf::reflect::runtime_types::RuntimeTypeWithDeref [−][src]
pub trait RuntimeTypeWithDeref: RuntimeType {
type DerefTarget: ?Sized;
fn defef_as_ref(value: &Self::DerefTarget) -> ReflectValueRef<'_>;
}Expand description
Runtime type which can be dereferenced.
Associated Types
type DerefTarget: ?Sized
type DerefTarget: ?Sized
Deref target.
Required methods
fn defef_as_ref(value: &Self::DerefTarget) -> ReflectValueRef<'_>
fn defef_as_ref(value: &Self::DerefTarget) -> ReflectValueRef<'_>
Deref.