pub trait BackendNodeTraitConst {
    fn as_raw_BackendNode(&self) -> *const c_void;

    fn backend_id(&self) -> i32 { ... }
}
Expand description

Derivatives of this class encapsulates functions of certain backends.

Required methods

Provided methods

Backend identifier.

Implementors