fn new(
format_field_name: &'static str,
rust_type: &'static str,
doc: &'static str,
) -> OperandKind
Expand description
Small helper to initialize an OperandBuilder with the right kind, for a given name and doc.
fn new(
format_field_name: &'static str,
rust_type: &'static str,
doc: &'static str,
) -> OperandKind
Small helper to initialize an OperandBuilder with the right kind, for a given name and doc.