MCPcopy Create free account
hub / github.com/JasonShin/sqlx-ts / TSString

Interface TSString

test-utils/src/lib.rs:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 use regex::Regex;
5
6 pub trait TSString {
7 fn flatten(&self) -> Self;
8 }
9
10 impl TSString for String {
11 fn flatten(&self) -> Self {

Callers

nothing calls this directly

Implementers 1

lib.rstest-utils/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected