Trait instant_epp::request::Command
source · pub trait Command: ToXml + Debug {
type Response: FromXmlOwned + Debug;
const COMMAND: &'static str;
}Required Associated Types§
type Response: FromXmlOwned + Debug
Required Associated Constants§
Object Safety§
This trait is not object safe.