pub trait NestedTreeValueRequirements: AsHashTree + 'static { }

Implementors§

source§

impl<T> NestedTreeValueRequirements for T
where T: AsHashTree + 'static,