InternetDynamicCompiledApplication

Trait InternetDynamicCompiledApplication 

Source
pub trait InternetDynamicCompiledApplication:
    DynamicUrlInformation
    + ExecutableInformation
    + Default {
    // Provided method
    fn configuration<E: EventObserver>(
        &self,
    ) -> DelegateApplicationDescription<E> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§