defmodule Membrane.Core.Child do @moduledoc false @type state_t :: Membrane.Core.Element.State.t() | Membrane.Core.Bin.State.t() end