1 2 3 4 5
use crate::FnResource; // Unfortunately we have to `include!` instead of use a `#[path]` attribute. // Pending: <https://github.com/rust-lang/rust/issues/48250> include!(concat!(env!("OUT_DIR"), "/fn_resource_meta_impl.rs"));