Trait ventmere_proto_rust::ventmere::s2::sync::amazon::s2_sync_amazon_server::S2SyncAmazon
source · [−]pub trait S2SyncAmazon: Send + Sync + 'static {
fn update_asin_product_hint<'life0, 'async_trait>(
&'life0 self,
request: Request<UpdateAsinProductHintRequest>
) -> Pin<Box<dyn Future<Output = Result<Response<()>, Status>> + Send + 'async_trait>>
where
'life0: 'async_trait,
Self: 'async_trait;
}
Expand description
Generated trait containing gRPC methods that should be implemented for use with S2SyncAmazonServer.