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