fluidlite 0.2.1

Safe bindings to fluidlite library
Documentation
1
2
3
4
5
pub trait HasHandle {
    type Handle;

    fn get_handle(&self) -> *mut Self::Handle;
}