Trait bevy_impulse::callback::IntoAsyncCallback
source · pub trait IntoAsyncCallback<M> {
type Request;
type Response;
// Required method
fn into_async_callback(self) -> Callback<Self::Request, Self::Response, ()>;
}