Function fefix::codegen::generated_code_notice[][src]

pub fn generated_code_notice() -> String
This is supported on crate feature codegen only.
Expand description

Creates a String that contains a multiline Rust “Doc” comment explaining that the subsequent code was automatically generated.

The following example is for illustrative purposes only and the actual contents might change. The string is guaranteed not to have any trailing or leading whitespace.

// Generated automatically by FerrumFIX. Do not modify manually.