Skip to main content

SerializedResponseAwaiter

Type Alias SerializedResponseAwaiter 

Source
pub type SerializedResponseAwaiter = Pin<Box<dyn Future<Output = Result<SerializedLayout>> + Send>>;
Expand description

Boxed future for serialized layout responses - allows both typed_unary and raw unary results

Aliased Typeยง

pub struct SerializedResponseAwaiter { /* private fields */ }