Type Definition graph_http::DispatchAsync [−][src]
type DispatchAsync<T> = DispatchRequest<T, RequestBuilder>;
Implementations
pub fn new(
request: RequestBuilder,
file: Option<PathBuf>,
error: Option<GraphFailure>
) -> DispatchAsync<T>
[src]