Function plumbum::io::sender
[−]
[src]
pub fn sender<'a, T: 'a>(s: Sender<T>) -> Sink<'a, T, ()>
A conduit that consumes values and writes them to the given Sender
.
pub fn sender<'a, T: 'a>(s: Sender<T>) -> Sink<'a, T, ()>
A conduit that consumes values and writes them to the given Sender
.
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
)