pub fn compute_warnings<'a>(
    transaction: &'a Transaction,
    filter: Filter,
    tree: Tree<'a>
) -> Vec<String>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Compute the warnings (filters not matching anything) for the filter applied to the tree