protocol_ex v0.1.0 ProtocolEx

Matcher protocol control module

Link to this section Summary

Functions

Implement a protocol based on a matcher specification

Define a protocol behaviour

Resolve a protocol into a final ready-to-use-module

Link to this section Functions

Link to this macro defimplEx(impl_name, matcher, list1, list2) (macro)

Implement a protocol based on a matcher specification

Link to this macro defprotocolEx(name, list) (macro)

Define a protocol behaviour.

Link to this macro resolveProtocolEx(orig_name, impls) (macro)

Resolve a protocol into a final ready-to-use-module