Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrParsing ¶
type ErrParsing[T interface { Child() iter.Seq[T] BackwardChild() iter.Seq[T] Cleanup() []T LinkChildren(children []T) Copy() T uttr.Noder }] struct { Err error Forest []*uttr.Tree[T] }
func NewErrParsing ¶
func (ErrParsing[T]) Error ¶
func (e ErrParsing[T]) Error() string
func (ErrParsing[T]) Unwrap ¶
func (e ErrParsing[T]) Unwrap() error
Click to show internal directories.
Click to hide internal directories.