Type Alias vrp_core::utils::InfoLogger

source ·
pub type InfoLogger = Arc<dyn Fn(&str) + Sync + Send>;
Expand description

A logger type which is called with various information.

Aliased Type§

struct InfoLogger { /* private fields */ }