1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/// Specifies type of an error,
/// same as calling [`type_eq`] with expression and type `Result<_, $tp>`
/// Specifies type of the expression
/// # Primitives for CSP-like communication
/// # Handling
///
/// All things related to composable handling: [`handling::handler::Handler`] definition and default recipes,
/// like [`handling::pipe::Pipe`], [`handling::seq::Seq`] and so on.
///
/// To start, refer to [`handling::handler`] and specifially to [`handling::handler::Handler`].
/// # Errors which can be recovered
/// # Request with dependencies
/// # Utilities for handling