Make Program::title private

This commit is contained in:
Héctor Ramón Jiménez 2024-03-16 16:20:05 +01:00
parent bb71e8481e
commit 348e00e11c
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -355,7 +355,7 @@ impl<P: Definition> Program<P> {
}
/// Sets the [`Title`] of the [`Program`].
pub fn title(
pub(crate) fn title(
self,
title: impl Title<P::State>,
) -> Program<