Expand description

Commonly used items.

Re-exports

pub use crate::di::DependencyMap;

Structs

An instance that receives an input and decides whether to break a chain or pass the value further.

Enums

Used to tell an operation whether it should exit early or go on as usual.

Type Definitions

A handler with no further handlers in a chain.