type github.com/jackc/pgx/v5/pgtype.TIDValuer

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tid.go#L17: type TIDValuer interface {
		tid.go#L87: 	if _, ok := value.(TIDValuer); !ok {
		tid.go#L104: 	tid, err := value.(TIDValuer).TIDValue()
		tid.go#L121: 	tid, err := value.(TIDValuer).TIDValue()