pub trait HasBackend { type Backend: Backend; // Required method fn backend(&self) -> &Self::Backend; }