#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_BINDER_MAP_INTERNAL_H_
#define MOJO_PUBLIC_CPP_BINDINGS_LIB_BINDER_MAP_INTERNAL_H_
#include <utility>
#include "base/functional/bind.h"
#include "base/functional/callback.h"
#include "base/task/sequenced_task_runner.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
namespace mojo {
namespace internal {
template <typename ContextType>
struct BinderContextTraits { … };
template <>
struct BinderContextTraits<void> { … };
template <typename ContextType>
class GenericCallbackBinderWithContext { … };
}
}
#endif