Type Definition prost_twirp::PTRes

source ·
pub type PTRes<O> = Pin<Box<dyn Future<Output = Result<ServiceResponse<O>, ProstTwirpError>> + Send + 'static>>;
Expand description

The type of every service response