Function oca_bundle::build::from_ast

source ·
pub fn from_ast(
    from_oca: Option<OCABundle>,
    oca_ast: OCAAst,
    references: HashMap<String, String>
) -> Result<OCABuild, Vec<Error>>