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