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