pub fn compile_context(
document: &DocumentContext,
options: CompileOptions<'_>,
) -> Result<Component, Error>Expand description
Compiles the DocumentContext into a FIDL [fdecl::Component].
pub fn compile_context(
document: &DocumentContext,
options: CompileOptions<'_>,
) -> Result<Component, Error>Compiles the DocumentContext into a FIDL [fdecl::Component].