BuildsCapstoneSyntax

Trait BuildsCapstoneSyntax 

Source
pub trait BuildsCapstoneSyntax<ArchMode, ArchSyntax>: BuildsCapstone<ArchMode> {
    // Required method
    fn syntax(self, syntax: ArchSyntax) -> Self;
}
Expand description

Implies that a CapstoneBuilder has different syntax options

Required Methods§

Source

fn syntax(self, syntax: ArchSyntax) -> Self

Set the disassembly syntax

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§