data_at in RLP.
This commit is contained in:
parent
972b78d47b
commit
ddd0baa70a
@ -227,6 +227,10 @@ impl<'a> Rlp<'a> {
|
|||||||
From::from(self.rlp.at(index).unwrap())
|
From::from(self.rlp.at(index).unwrap())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn data_at(&self, _index: usize) -> &[u8] {
|
||||||
|
unimplemented!();
|
||||||
|
}
|
||||||
|
|
||||||
/// No value
|
/// No value
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
|
Loading…
Reference in New Issue
Block a user