making some progress...

This commit is contained in:
Tadeo hepperle
2024-01-25 21:12:06 +01:00
parent 56d943aedc
commit 36d70c2fc5
22 changed files with 136 additions and 99 deletions
@@ -3,6 +3,7 @@
// see LICENSE for license details.
use super::Metadata;
use crate::prelude::*;
/// This trait is implemented for all types that also implement [`scale_decode::DecodeAsType`].
pub trait DecodeWithMetadata: Sized {