mirror of
https://github.com/logos-messaging/logos-delivery-rust-bindings.git
synced 2026-03-03 15:43:07 +00:00
7 lines
90 B
Rust
7 lines
90 B
Rust
// crates
|
|
use libc::c_void;
|
|
|
|
pub struct WakuNodeContext {
|
|
pub obj_ptr: *mut c_void,
|
|
}
|