pub trait WithTrace
This commit is contained in:
parent
2034df5379
commit
7ed10668c6
@ -40,7 +40,7 @@ impl instances::effect::Effect for TraceBox {
|
||||
}
|
||||
}
|
||||
|
||||
trait WithTrace: Sized {
|
||||
pub trait WithTrace: Sized {
|
||||
fn with_trace(self, t: TraceBox) -> Traced<Self>;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user