xwt-dyn 0.4.0

A suite of dyn-safe companion traits for xwt-core.
Documentation
1
2
3
4
5
6
7
//! Operations that have the endpoint as the subject.

pub mod accept;
pub mod connect;

pub use accept::Accept;
pub use connect::Connect;