Trait NameAllFiles

Source
pub trait NameAllFiles {
    type Error;

    // Required method
    fn name_all_files<'life0, 'async_trait>(
        &'life0 self,
    ) -> Pin<Box<dyn Future<Output = Result<(), Self::Error>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Associated Types§

Required Methods§

Source

fn name_all_files<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = Result<(), Self::Error>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Remove old // ------ [ File: ... ] lines and prepend a new one naming each .rs file in either a single crate or an entire workspace.

Implementors§