pub trait WKNavigation: Sized {
    // Provided method
    unsafe fn alloc(_: Self) -> id { ... }
}

Provided Methods§

source

unsafe fn alloc(_: Self) -> id

Safety

All the FFI functions are unsafe.

Implementors§