Trait message_io::adapter::Resource [−][src]
A Resourcepp can be 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`.