zebra_rpc::methods

Type Alias LoggedLastEvent

Source
pub type LoggedLastEvent = Receiver<Option<(String, Level, DateTime<Utc>)>>;
Expand description

A type alias for the last event logged by the server.

Aliased Typeยง

struct LoggedLastEvent { /* private fields */ }