mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
auto merge of #6217 : Sodel-the-Vociferous/rust/export-ToBytes, r=graydon
This commit is contained in:
commit
bfd3cd8171
@ -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