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