mirror of
https://github.com/instant-labs/instant-epp.git
synced 2025-02-15 05:12:07 +00:00
implement ConnectionExtensionResponse for Option<T>
This commit is contained in:
parent
785d3f6771
commit
83a51f2b69
@ -321,6 +321,8 @@ pub trait ConnectionExtensionResponse: FromXmlOwned + Debug {}
|
|||||||
|
|
||||||
impl ConnectionExtensionResponse for NoExtension {}
|
impl ConnectionExtensionResponse for NoExtension {}
|
||||||
|
|
||||||
|
impl<T: ConnectionExtensionResponse> ConnectionExtensionResponse for Option<T> {}
|
||||||
|
|
||||||
/// Combines connection extensions and command extensions
|
/// Combines connection extensions and command extensions
|
||||||
///
|
///
|
||||||
/// Some extensions are sent by the server no matter if an extension was defined for the command.
|
/// Some extensions are sent by the server no matter if an extension was defined for the command.
|
||||||
|
Loading…
Reference in New Issue
Block a user