Struct epp_client::connection::registry::EppConnection [−][src]
pub struct EppConnection {
pub greeting: String,
// some fields omitted
}Expand description
EPP Connection struct with some metadata for the connection
Fields
greeting: StringImplementations
pub async fn new(
registry: String,
stream: ConnectionStream
) -> Result<EppConnection, Box<dyn Error>>
pub async fn new(
registry: String,
stream: ConnectionStream
) -> Result<EppConnection, Box<dyn Error>>
Create an EppConnection instance with the stream to the registry