Function origen::core::frontend::with_optional_frontend[][src]

pub fn with_optional_frontend<T, F>(func: F) -> Result<Option<T>> where
    F: FnMut(&dyn Frontend) -> Result<T>,