Type Definition cucumber::event::Metadata

source ·
pub type Metadata = Event<()>;
Expand description

Shortcut for a detached metadata of an arbitrary Event.

Implementations§

Wraps the given value with this Event metadata.