lib/membrane/bin/callback_context/notification.ex

defmodule Membrane.Bin.CallbackContext.Notification do
  @moduledoc """
  Structure representing a context that is passed to the callback when
  bin receives notification.
  """
  use Membrane.Core.Bin.CallbackContext
end