servers
0.12.0
Flight
Craft
Ref
Aliased type
Trait Implementations
FlightCraft
In servers::
grpc::
flight
servers
::
grpc
::
flight
Type Alias
FlightCraftRef
Copy item path
source
pub type FlightCraftRef =
Arc
<dyn
FlightCraft
>;
Aliased Type
§
struct FlightCraftRef {
/* private fields */
}
Trait Implementations
§
source
§
impl
FlightCraft
for
FlightCraftRef
source
§
fn
do_get
<'life0, 'async_trait>( &'life0 self, request:
Request
<Ticket>, ) ->
Pin
<
Box
<dyn
Future
<Output =
Result
<
Response
<
TonicStream
<FlightData>>,
Status
>> +
Send
+ 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,