Type Alias vrp_core::prelude::InfoLogger

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

A logger type which is called with various information.

Aliased Type§

struct InfoLogger { /* private fields */ }