Trait NumericConstantsFactory

Source
pub trait NumericConstantsFactory: Send + Sync {
    // Required method
    fn create_numeric_constants<'life0, 'async_trait>(
        &'life0 self,
    ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

Source

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

Trait Implementations§

Source§

impl ComponentDowncast<NumericConstantsFactoryImpl> for dyn NumericConstantsFactory + Sync + Send

Source§

fn downcast( source: ComponentInstanceAnyPtr, ) -> Result<ComponentInstancePtr<Self>, ComponentInstanceAnyPtr>

Source§

impl Injectable for dyn NumericConstantsFactory + Sync + Send

Implementors§