Crate dscfg_server
Source - json
- Reexport for
serde_json
- DiscardLogs
- This struct can be used in place of logger to discard all logs.
- ServerParams
- Parameters the server needs to run
- HandlingError
- Error that might occur when attempting to accept a connection.
- SyncOpResult
- Error that might occur when accessing
Store
synchronized with mutex.
- IsFatalError
- A trait for errors to tell whether they are fatal.
- Storage
- Specification of interface for accessing configuration.
- custom
- Creates a server with custom client stream.
- serve
- Creates default dscfg server.