MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / StringVec

Class StringVec

tests/common/features/json_vec.rs:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
19pub struct StringVec(pub Vec<String>);
20
21impl TryGetableFromJson for StringVec {}
22

Callers 4

postgres_insert_valueFunction · 0.50
conversion_testFunction · 0.50
insert_json_vecFunction · 0.50

Calls

no outgoing calls

Tested by 4

postgres_insert_valueFunction · 0.40
conversion_testFunction · 0.40
insert_json_vecFunction · 0.40