Trait splinter::protos::IntoProto[][src]

pub trait IntoProto<T>: Sized {
    fn into_proto(self) -> Result<T, ProtoConversionError>;
}

Required methods

Implementors