Trait propagate::Traced[][src]

pub trait Traced {
    fn trace(&mut self, location: &'static Location<'_>);
}
Expand description

A trait denoting “stack-like” types that can be used with Result<T, E, S>.

Required methods

Implementors