pub async fn maintain<'de, const N: usize, T>(chart: Chart<N, T>) where
    T: 'static + Debug + Clone + Serialize + DeserializeOwned + Sync + Send
Expand description

This drives the chart discovery. You can drop the future but then the chart will no longer be updated.