Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ progress.rs
File
progress.rs
rust/src/progress.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use std::ffi::c_void;
2
3
pub trait ProgressCallback: Sized {
4
type SplitProgressType: SplitProgressBuilder;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected