pub fn builder<'a, Message: 'static>( title: impl Into<Cow<'a, str>>, ) -> Item<'a, Message>
Creates a builder for an item, beginning with the title.