linked_macros_impl 1.0.10

Internal dependency of the 'linked_macros' package - do not reference directly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Microsoft Corporation.
// Copyright (c) Folo authors.

#![cfg_attr(coverage_nightly, feature(coverage_attribute))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![allow(
    missing_docs,
    reason = "Private API, public API is documented in `linked` package"
)]

pub mod linked_object;
mod syn_helpers;