Method
push_param
(&mut self, data: impl Into<ParamData>, path: PathBuilder)
Source from the content-addressed store, hash-verified
| 701 | impl EventQueue for Vec<NodeEventType> { |
| 702 | fn push(&mut self, data: NodeEventType) { |
| 703 | self.push(data); |
| 704 | } |
| 705 | } |
| 706 | |
| 707 | /// An error encountered when patching a type |
| 708 | /// from [`ParamData`]. |
| 709 | #[derive(Debug, Clone)] |
| 710 | pub enum PatchError { |
| 711 | /// The provided path does not match any children. |
Implementers 2
mod.rscrates/firewheel-core/src/diff/mod.rs
Tested by
no test coverage detected