pub fn channels_fragment_markup<E>( channels_result: Result<Vec<ChannelInfo>, E>, ) -> Markupwhere E: Display,