AutoApi.CrashState.to_bin

You're seeing just the function to_bin, go back to AutoApi.CrashState module for more information.

Specs

to_bin(t()) :: binary()

Parse state to bin

iex> state = %AutoApi.CrashState{tipped_state: %AutoApi.Property{data: :not_tipped}} iex> AutoApi.CrashState.to_bin(state) <<3, 0, 4, 1, 0, 1, 1>>