Module propagate::trace[][src]

Expand description

Defines types for error tracing.

Structs

Represents a location (filename, line number) in the source code.

A stack of code locations forming an error trace.

Traits

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