pub type Server = ServerImpl<Details>;Expand description
PubHubs Central server
Aliased Type§
pub struct Server {
config: Config,
app_creator: AppCreator,
}Fields§
§config: Config§app_creator: AppCreatorpub type Server = ServerImpl<Details>;PubHubs Central server
pub struct Server {
config: Config,
app_creator: AppCreator,
}config: Config§app_creator: AppCreator