Commit af7d130c authored by Ian Jackson's avatar Ian Jackson
Browse files

tor-netdoc: ParseInput: impl Debug and Clone

parent 33fb76f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@ pub struct ParseOptions {
}

/// Input to a network document top-level parsing operation
#[derive(Debug, Clone)]
pub struct ParseInput<'s> {
    /// The actual document text
    input: &'s str,