pub struct CustomView<'builder> { /* private fields */ }Expand description
Represents a partially initialized custom BinaryView that should be returned to the core
from the create_custom_view method of a CustomBinaryViewType.
CustomView in binaryninja::custom_binary_view - Rust
pub struct CustomView<'builder> { /* private fields */ }Represents a partially initialized custom BinaryView that should be returned to the core
from the create_custom_view method of a CustomBinaryViewType.