Skip to main content

NativeBackend

Type Alias NativeBackend 

Source
pub type NativeBackend = Backend<NativeVclBackendShim, NativeVclResponseShim>;
Expand description

NativeBackend can be created by a NativeBackendBuilder to implement IP or UDS backends.

Once created, you will generated only use it to create a BackendRef to return to the VCL.

Aliased Typeยง

pub struct NativeBackend { /* private fields */ }