Pretty.bind

You're seeing just the function bind, go back to Pretty module for more information.

Specs

bind(inspect_opts()) :: inspector(any())

Bind an inspection function to the current standard output.

See bind/2 for more details.

Specs

bind(IO.device(), inspect_opts()) :: inspector(any())

Bind an inspection function to a particular device.

The inspector's device and options are resolved when bind/2 is called, not when the inspector is called. If you bind at the remote console prompt, the device and options will remain appropriate for your console no matter which process calls the inspector.

See inspect/3 for details on option handling.