Trait dacite::ext_debug_report::DebugReportCallbacksExt [] [src]

pub trait DebugReportCallbacksExt: Send + Sync + Debug {
    fn callback(
        &self,
        flags: DebugReportFlagsExt,
        object_type: DebugReportObjectTypeExt,
        object: u64,
        location: usize,
        message_code: i32,
        layer_prefix: Option<&str>,
        message: Option<&str>
    ) -> bool; }

Required Methods

Implementors