/**
*/
interface type_output<type_result> extends lib_plankton.call.type_coproduct
{
render_element(
element : type_element
) : type_result
;
}