Trait message_io::adapter::Resource [−][src]
A Resource is defined as an object that can return a mutable reference to a Source.
Source is the trait that mio uses to register in the poll in order to wake up
asynchronously from events.
Your Remote and Local entities must implement Resource.