Comment TODO.

This commit is contained in:
Gav Wood 2016-01-08 00:36:57 +01:00
parent 5fc87a334d
commit 51ccd5e8fc

View File

@ -313,6 +313,8 @@ impl <T>FromBytes for T where T: FixedHash {
}
}
// TODO: tests and additional docs for these two.
/// Simple trait to allow for raw population of a Sized object from a byte slice.
pub trait Populatable {
/// Populate self from byte slice `d` in a raw fashion.