type github.com/go-faster/errors.Frame

10 uses

	github.com/go-faster/errors (current package)
		errors.go#L15: 	frame Frame
		frame.go#L12: type Frame struct {
		frame.go#L22: func Caller(skip int) Frame {
		frame.go#L23: 	var s Frame
		frame.go#L31: func (f Frame) Location() (function, file string, line int) {
		frame.go#L46: func (f Frame) Format(p Printer) {
		wrap.go#L45: func Cause(err error) (f Frame, r bool) {
		wrap.go#L61: 	frame Frame
		wrap.go#L82: 	frame := Frame{}
		wrap.go#L91: 	frame := Frame{}