Alex Crichton 6df57ec2e2 Remove the io::Decorator trait
This is just an unnecessary trait that no one's ever going to parameterize over
and it's more useful to just define the methods directly on the types
themselves. The implementors of this type almost always don't want
inner_mut_ref() but they're forced to define it as well.
2014-01-08 23:42:28 -08:00
..
2014-01-02 14:16:07 -08:00
2014-01-03 14:01:57 -08:00
2014-01-03 14:01:59 -08:00
2014-01-08 23:42:28 -08:00