mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(stages): rich checkpoint (#2701)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
@ -159,7 +159,7 @@ where
|
||||
|
||||
impl<T> Compact for Option<T>
|
||||
where
|
||||
T: Compact + Default,
|
||||
T: Compact,
|
||||
{
|
||||
/// Returns 0 for `None` and 1 for `Some(_)`.
|
||||
fn to_compact<B>(self, buf: &mut B) -> usize
|
||||
|
||||
Reference in New Issue
Block a user