Function josh::filter::apply

source · []
pub fn apply<'a>(
    transaction: &'a Transaction,
    filter: Filter,
    tree: Tree<'a>
) -> JoshResult<Tree<'a>>
Expand description

Filter a single tree. This does not involve walking history and is thus fast in most cases.