pub type LeafReconstructionData = NodeReconstructionData<LeafContext>;Aliased Type§
pub struct LeafReconstructionData {
pub context: LeafContext,
pub parameters: Parameters,
}Fields§
§context: LeafContext§parameters: Parameterspub type LeafReconstructionData = NodeReconstructionData<LeafContext>;pub struct LeafReconstructionData {
pub context: LeafContext,
pub parameters: Parameters,
}context: LeafContext§parameters: Parameters