Trait websocket::server::OptionalSslAcceptor
[−]
[src]
pub trait OptionalSslAcceptor: Clone { }
Trait that is implemented over NoSslAcceptor and SslAcceptor that serves as a generic bound to make a struct with. Used in the Server to specify impls based on wether the server is running over SSL or not.
Implementors
impl OptionalSslAcceptor for NoSslAcceptor
impl OptionalSslAcceptor for SslAcceptor