Trait epp_client::epp::object::StringValueTrait[][src]

pub trait StringValueTrait {
    fn to_string_value(&self) -> StringValue;
}
Expand description

Trait for StringValue type to add easier conversion from str and String

Required methods

Implementations on Foreign Types

Implementors