Type Definition rumble::api::Callback [] [src]

type Callback<T> = Box<Fn(Result<T>) + Send>;