Type Definition epp_client::epp::request::Command[][src]

pub type Command<T> = CommandWithExtension<T, EmptyTag>;
Expand description

Type corresponding to the <command> tag in an EPP XML request without an <extension> tag

Implementations

Creates a new <command> tag for an EPP document