Trait grid_sdk::protos::FromProto [−][src]
pub trait FromProto<P>: Sized { fn from_proto(other: P) -> Result<Self, ProtoConversionError>; }
Required methods
fn from_proto(other: P) -> Result<Self, ProtoConversionError>Implementors
impl FromProto<Location_LocationNamespace> for grid_sdk::protocol::location::state::LocationNamespace