Elixir
v1.12.1
Pages
Modules
Kernel.defprotocol
You're seeing just the macro
defprotocol
, go back to
Kernel
module for more information.
Link to this macro
defprotocol(name, do_block)
View Source
(macro)
Defines a protocol.
See the
Protocol
module for more information.