Loading crates/tor-netdoc/src/parse2.rs +1 −0 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
crates/tor-netdoc/src/parse2.rs +1 −0 Original line number Diff line number Diff line Loading @@ -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, Loading