to_grpc_value

Function to_grpc_value 

Source
pub fn to_grpc_value<T>(value: &T) -> Result<Value, SerializationError>
where T: Serialize,