feat(stages): rich checkpoint (#2701)

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
Alexey Shekhirin
2023-05-18 19:45:50 +01:00
committed by GitHub
parent 9032052678
commit e4cd48aefd
41 changed files with 709 additions and 430 deletions

View File

@ -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