 shepmaster: The library author should put snafu::Backtrace in all leaf errors (and delegate backtraces in intermediate errors)
[3:24 PM] shepmaster: by default, that's just struct Backtrace;
[3:25 PM] shepmaster: and the binary author would add snafu = { features = "backtraces" } 
