1 unstable release

Uses old Rust 2015

0.0.1 Nov 11, 2014

#6 in #acceptor

2KB

MoveAcceptor

A variant of the Acceptor trait which moves self in the move_incoming method.

This produces an Iterator which fulfills 'static, which is sometimes useful.


lib.rs:

A variant of the Acceptor trait which moves self in the move_incoming method.

This creates an iterator which fulfills 'static.

No runtime deps