pub trait EcmascriptAnalyzableExt {
// Required method
fn module_content(
self: Vc<Self>,
chunking_context: Vc<Box<dyn ChunkingContext>>,
async_module_info: Option<Vc<AsyncModuleInfo>>,
) -> Vc<EcmascriptModuleContent>;
}
Required Methods§
fn module_content( self: Vc<Self>, chunking_context: Vc<Box<dyn ChunkingContext>>, async_module_info: Option<Vc<AsyncModuleInfo>>, ) -> Vc<EcmascriptModuleContent>
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.