This module defines the fn_exts behaviour.
Required callback functions: handle/3.
| behaviour_info/1 | |
| get_extensions/0 | |
| handle/5 | |
| match_extensions/2 |
behaviour_info(X1) -> any()
get_extensions() -> any()
handle(Name, Path, Ast, State, Extensions) -> any()
match_extensions(Name, Extensions) -> any()
Generated by EDoc