pub trait IntoBackendBuilder<'a, T> { // Required method fn into_builder(self) -> BackendBuilder<'a>; }