Trait dubp_documents_parser::prelude::FromStringObject[][src]

pub trait FromStringObject: ToStringObject + Sized {
    fn from_string_object(
        stringified: &Self::StringObject
    ) -> Result<Self, TextParseError>; }

Stringify a document

Required methods

fn from_string_object(
    stringified: &Self::StringObject
) -> Result<Self, TextParseError>
[src]

Transforms object fields into string

Loading content...

Implementations on Foreign Types

impl FromStringObject for TransactionDocumentV10[src]

Loading content...

Implementors

Loading content...