mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-11 02:13:05 +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,
|
||
|
|
}
|