pub trait BackendContext: Send + Sync { }
Expand description
The backend context.
This is just a marker for other backend traits. Every backend
context needs to implement this trait manually or to derive
[crate::backend_v2::macros::BackendContextV2
].