mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
FIX: Export to_bytes::ToBytes
This commit is contained in:
parent
2ae44a07a9
commit
47050c499a
@ -419,8 +419,7 @@ impl<A> IterBytes for *const A {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub trait ToBytes {
|
||||||
trait ToBytes {
|
|
||||||
fn to_bytes(&self, lsb0: bool) -> ~[u8];
|
fn to_bytes(&self, lsb0: bool) -> ~[u8];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user