Derive debug for RelayConfig. (#2048)

Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
David Craven 2021-04-12 22:30:09 +02:00 committed by GitHub
parent 426a20c66b
commit 05aa794552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ enum IncomingRelayReq {
},
}
#[derive(Debug)]
pub struct RelayConfig {
/// How long to keep connections alive when they're idle.
///