Trait spectre::dspf::ReconstructDspfView
source · pub trait ReconstructDspfView<T> {
// Required method
fn unflatten(
source: &T,
nodes: Vec<String>,
nested_nodes: Vec<String>
) -> Self;
}
Expand description
A type that can reconstruct a DSPF view.
Required Methods§
Object Safety§
This trait is not object safe.