pub trait HasReport {
    fn report(&self) -> &Report;
}
Expand description

Trees and Archives have a Report as general context for operations on them.

Required Methods§

Implementors§