View Source Evision.Legacy.TrackerBoosting (Evision v0.2.2-rc2)

Summary

Types

t()

Type that represents an Legacy.TrackerBoosting struct.

Types

@type t() :: %Evision.Legacy.TrackerBoosting{ref: reference()}

Type that represents an Legacy.TrackerBoosting struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec create() :: t() | {:error, String.t()}

Constructor

Return
  • retval: legacy::TrackerBoosting

Python prototype (for reference only):

create() -> retval
Link to this function

from_struct(tracker_boosting)

View Source