pub trait IntoProto<T>: Sized where
T: FromNative<Self>, {
fn into_proto(self) -> Result<T, ProtoConversionError> { ... }
}pub trait IntoProto<T>: Sized where
T: FromNative<Self>, {
fn into_proto(self) -> Result<T, ProtoConversionError> { ... }
}