MCPcopy 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

1use std::ffi::c_void;
2
3pub trait ProgressCallback: Sized {
4 type SplitProgressType: SplitProgressBuilder;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected