econtext

Function econtext_string

Source
pub fn econtext_string() -> String
Expand description

Returns the error context as a string.

  example examples/example.rs:7: i 4
  example examples/example.rs:4: example::process_file "file.txt"
  example examples/example.rs:13: example::do_stuff
  example examples/example.rs:20: main()