[][src]Constant fastxdr::DEFAULT_DERIVE

pub const DEFAULT_DERIVE: &str = "#[derive(Debug, PartialEq)]";

DEFAULT_DERIVE defines the default "derive" line prepended to type declarations.

Custom "derive" lines can be used when generating Rust types with Generator::with_derive().