-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
22 lines (20 loc) · 1.21 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>ZTJ.dev</title>
<link>https://ztj.dev/</link>
<description>Recent content on ZTJ.dev</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 07 Nov 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://ztj.dev/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Placeholder</title>
<link>https://ztj.dev/articles/placeholder/</link>
<pubDate>Mon, 07 Nov 2022 00:00:00 +0000</pubDate>
<guid>https://ztj.dev/articles/placeholder/</guid>
<description>Just a placeholder. This site is comically neglected. Someday I&rsquo;ll fix that.
For now, here&rsquo;s some random Rust code.
// Implicitly impl a trait for a type if it impls the trait&#39;s super traits via a blanket impl. trait SayYes { fn say_yes(&amp;self); } trait SayNo { fn say_no(&amp;self); } trait SayYesAndNo: SayYes + SayNo {} // Comment this line out and the code won&#39;t compile due to SuffixedSayer missing a SayYesAndNo impl.</description>
</item>
</channel>
</rss>