Trait spectre::dspf::HasNestedDspfView
source · pub trait HasNestedDspfView: Sized {
type Strings: ReconstructDspfView<Self>;
// Required method
fn flatten(&self) -> (Vec<Node>, Vec<NestedNode>);
}
Expand description
Indicates that a type has a nested DSPF view.
Required Associated Types§
sourcetype Strings: ReconstructDspfView<Self>
type Strings: ReconstructDspfView<Self>
The node container type, where nodes are stored as strings.
Required Methods§
Object Safety§
This trait is not object safe.