Trait rate_config::WritableConfig [−][src]
pub trait WritableConfig: Config + Serialize + Sync {
fn write<'life0, 'async_trait>(
&'life0 self,
path: PathBuf
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>
where
'life0: 'async_trait,
Self: 'async_trait,
{ ... }
fn drop_file<'async_trait>(
path: PathBuf
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> { ... }
}