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