Type Definition mentat_db::internal_types::TypedValueOr [] [src]

type TypedValueOr<T> = Either<TypedValue, T>;