pub fn create_proxy_and_mock() -> Result<(CoordinatorProxy, MockCoordinator)>
Expand description

Create a Zircon channel and return both endpoints with the server end bound to a MockCoordinator.

NOTE: This function instantiates FIDL bindings and thus requires a fuchsia-async executor to have been created beforehand.