trait GetServerType {
type ServerT: Server;
}Expand description
Used to implement the ServerT associated type of <SERVER>::ExtraConfig.
trait GetServerType {
type ServerT: Server;
}Used to implement the ServerT associated type of <SERVER>::ExtraConfig.