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#L88: 	if _, ok := value.(TIDValuer); !ok {
		tid.go#L105: 	tid, err := value.(TIDValuer).TIDValue()
		tid.go#L122: 	tid, err := value.(TIDValuer).TIDValue()