Type Definition skylane::client::Logger [] [src]

type Logger = Option<fn(_: String)>;

Type alias for logging function.