std::os::backtrace

Backtrace

struct Backtrace (Printable)
{
	uptr offset;
	String function;
	String object_file;
	String file;
	uint line;
	Allocator allocator;
	bool is_inline;
}

Members

Methods