Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
pub mod sysctl;
21
22
pub trait ToString {
23
fn to_string(&self) -> String;
24
}
25
26
impl ToString for std::path::Path {
27
fn to_string(&self) -> String {
Callers
nothing calls this directly
Implementers
1
mod.rs
src-tauri/src/utils/mod.rs
Calls
no outgoing calls
Tested by
no test coverage detected