Struct ::error::KError

An opqaue error type that can be be printed (but does little else)

This is a wrapper around an internal rich error type and can be handed back to the Rust code to get a detailed backtrace.

Protocols

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.

protocol string_display
println("{}", value)

Allows the value to be display printed.