pub trait ToStringObject {
type StringObject: Serialize;
// Required method
fn to_string_object(&self) -> Self::StringObject;
}Expand description
Stringify a document
Required Associated Types§
Sourcetype StringObject: Serialize
type StringObject: Serialize
Generated string object
Required Methods§
Sourcefn to_string_object(&self) -> Self::StringObject
fn to_string_object(&self) -> Self::StringObject
Transforms object fields into string