MCPcopy Create free account
hub / github.com/angular-rust/yew-components / IndexDiff

Class IndexDiff

src/list/selected_detail.rs:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17/// See `**` [here on documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/list#mwc-list-2).
18#[derive(Debug)]
19pub struct IndexDiff {
20 pub added: Vec<usize>,
21 pub removed: Vec<usize>,
22}
23
24impl From<JsValue> for SelectedDetail {
25 fn from(value: JsValue) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected