summaryrefslogtreecommitdiffstats
path: root/target/doc/mailparse/fn.dateparse.html
diff options
context:
space:
mode:
Diffstat (limited to 'target/doc/mailparse/fn.dateparse.html')
-rw-r--r--target/doc/mailparse/fn.dateparse.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/doc/mailparse/fn.dateparse.html b/target/doc/mailparse/fn.dateparse.html
index 0a6a0fd..1e9b15e 100644
--- a/target/doc/mailparse/fn.dateparse.html
+++ b/target/doc/mailparse/fn.dateparse.html
@@ -47,7 +47,7 @@
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>&#x2212;</span>]
</a>
- </span><a id='src-38' class='srclink' href='../src/mailparse/src/dateparse.rs.html#76-188' title='goto source code'>[src]</a></span></h1>
+ </span><a id='src-39' class='srclink' href='../src/mailparse/src/dateparse.rs.html#76-188' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub fn dateparse(date: &amp;<a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.str.html'>str</a>) -&gt; <a class='enum' href='https://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a>&lt;<a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.i64.html'>i64</a>, &amp;'static <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.str.html'>str</a>&gt;</pre><div class='docblock'><p>Convert a date field from an email header into a UNIX epoch timestamp.
This function handles the most common formatting of date fields found in
email headers. It may fail to parse some of the more creative formattings.</p>