Kernel.defimpl

You're seeing just the macro defimpl, go back to Kernel module for more information.
Link to this macro

defimpl(name, opts, do_block \\ [])

View Source (macro)

Defines an implementation for the given protocol.

See the Protocol module for more information.