[][src]Trait networking::ArtificeHost

pub trait ArtificeHost {
    fn stop_broadcasting(&self);

    fn begin_broadcast(socket_addr: SocketAddr) -> Result<Sender<bool>> { ... }
}

Required methods

Loading content...

Provided methods

Loading content...

Implementors

impl ArtificeHost for AsyncHost[src]

impl ArtificeHost for SyncHost[src]

Loading content...