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

6 uses

	github.com/go-faster/errors (current package)
		errors.go#L33: func (e *errorString) FormatError(p Printer) (next error) {
		format.go#L18: 	FormatError(p Printer) (next error)
		format.go#L26: type Printer interface {
		frame.go#L46: func (f Frame) Format(p Printer) {
		wrap.go#L29: func (e noWrapper) FormatError(p Printer) (next error) {
		wrap.go#L70: func (e *wrapError) FormatError(p Printer) (next error) {