[][src]Macro sophia::def_quad_stringifier

macro_rules! def_quad_stringifier {
    ($writer: ident, $stringifier: ident) => { ... };
    () => { ... };
}

This macro provides a straightforward implementation of the Stringifier type, based on the Writer type, for quads.

See also def_triple_stringifier