penumbra_mock_consensus

Type Alias TsCallbackFn

source
pub type TsCallbackFn = Box<dyn Fn(Time) -> Time + Send + Sync + 'static>;
Expand description

A type alias for the TestNode::ts_callback callback.

Aliased Typeยง

struct TsCallbackFn(/* private fields */);