Trait tor_config::Flattenable
source · pub trait Flattenable {
// Required method
fn has_field(f: &str) -> bool;
}
Expand description
Types that can be used with Flatten
Usually, derived with
the Flattenable derive-adhoc macro
.
Required Methods§
Object Safety§
This trait is not object safe.
Implementors§
impl<T, U> Flattenable for Flatten<T, U>where T: Flattenable, U: Flattenable,
Flatten
may be nested