Type Definition shuttle_service::Binder

source · []
pub type Binder = for<'a> fn(_: Box<dyn Service>, _: SocketAddr, _: &'a Runtime) -> ServeHandle;
Expand description

This function is generated by codegen to ensure binding happens on the other side of the FFI and on the correct tokio runtime.