Type Definition graph_http::IntoResponseBlocking [−][src]
type IntoResponseBlocking<'a, T> = IntoResponse<'a, T, BlockingHttpClient>;
Implementations
impl<'a, T: 'static + Send + ODataLink + Clone> IntoResponseBlocking<'a, DeltaPhantom<T>> where
T: Deserialize<'de>,
[src]
impl<'a, T: 'static + Send + ODataLink + Clone> IntoResponseBlocking<'a, DeltaPhantom<T>> where
T: Deserialize<'de>,
[src]