binaryninja::line_formatter

Function register_line_formatter

source
pub fn register_line_formatter<C: LineFormatter>(
    name: &str,
    formatter: C,
) -> CoreLineFormatter
Expand description

Register a LineFormatter with the API.