xml_stream
v0.4.0
Pages
Modules
Search documentation of xml_stream
Settings
View Source
XmlStream.Printer
behaviour
(xml_stream v0.4.0)
Summary
Callbacks
init(term)
print(term, term)
Callbacks
Link to this callback
init(term)
View Source
@callback
init(
term
()) ::
term
()
Link to this callback
print(term, term)
View Source
@callback
print(
term
(),
term
()) :: {
iodata
(),
term
()}