Skip to main content

GetServerType

Trait GetServerType 

Source
trait GetServerType {
    type ServerT: Server;
}
Expand description

Used to implement the ServerT associated type of <SERVER>::ExtraConfig.

Required Associated Types§

Implementors§

Source§

impl GetServerType for pubhubs::servers::config::core::auths::ExtraConfig

Source§

impl GetServerType for pubhubs::servers::config::core::phc::ExtraConfig

Source§

impl GetServerType for pubhubs::servers::config::core::transcryptor::ExtraConfig