AutoApi.BrowserState.to_bin

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

Specs

to_bin(t()) :: binary()

Parse state to bin

iex> url = "https://about.high-mobility.com" iex> state = %AutoApi.BrowserState{url: %AutoApi.Property{data: url}} iex> AutoApi.BrowserState.to_bin(state) <<1, 34::integer-16, 1, 31::integer-16, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x61, 0x62, 0x6F, 0x75, 0x74, 0x2E, 0x68, 0x69, 0x67, 0x68, 0x2D, 0x6D, 0x6F, 0x62, 0x69, 0x6C, 0x69, 0x74, 0x79, 0x2E, 0x63, 0x6F, 0x6D>>