pub trait GgrsSocket: NetworkSocket + NonBlockingSocket<usize> { }
Expand description

Automatically implemented for NetworkSocket + ggrs::NonBlockingSocket<usize>.

Implementors§