//! Dyn compatible marker.
//!//! *The author of this crate is not good at English.*
//! *Forgive me if the document is hard to read.*
#![warn(missing_docs)]#![cfg_attr(not(test), no_std)]pubmodprelude;pubusedyn_compatible_macro::dyn_compatible;pubusenot_dyn::*;modnot_dyn;#[doc(hidden)]#[path="../tests_compile_fail/mod.rs"]modtests_compile_fail;