MCPcopy Create free account
hub / github.com/VSCodeConfigHelper/v4 / ToString

Interface ToString

src-tauri/src/utils/mod.rs:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20pub mod sysctl;
21
22pub trait ToString {
23 fn to_string(&self) -> String;
24}
25
26impl ToString for std::path::Path {
27 fn to_string(&self) -> String {

Callers

nothing calls this directly

Implementers 1

mod.rssrc-tauri/src/utils/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected