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