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