plumbum::Sink
[−]
[src]
type Sink<'a, I, A> = ConduitM<'a, I, Void, A>;
Consumes a stream of input values and produces a final result, without producing any output.
type Sink<'a, I, A> = ConduitM<'a, I, Void, A>;
Consumes a stream of input values and produces a final result, without producing any output.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)