Files
oak-gpui/crates
tidely 01b400ea29 gpui: Implement From trait for Clipboard related structs (#27585)
Implement the From trait for some simple conversations between Clipboard
related structs.

This PR only adds the From trait implementations and doesn't touch any
code. In a future PR we can simplify usage throughout the codebase, such
as:

```rust
// impl ClipboardString
fn new(text: String) -> Self {
    Self::from(text)
}
```

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-03-28 14:38:05 -07:00
..
2025-03-21 10:04:39 -06:00
2025-01-27 13:40:59 -05:00
2025-03-10 13:38:30 -06:00
2025-03-06 10:56:28 -07:00
2025-03-21 20:08:03 +00:00