FIX: Export to_bytes::ToBytes

This commit is contained in:
Daniel Ralston 2013-05-03 02:25:02 -07:00
parent 2ae44a07a9
commit 47050c499a

View file

@ -419,8 +419,7 @@ impl<A> IterBytes for *const A {
}
}
trait ToBytes {
pub trait ToBytes {
fn to_bytes(&self, lsb0: bool) -> ~[u8];
}