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

Deref target.

Required methods

Deref.

Implementors