Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
19
pub struct StringVec(pub Vec<String>);
20
21
impl TryGetableFromJson for StringVec {}
22
Callers
4
postgres_insert_value
Function · 0.50
conversion_test
Function · 0.50
insert_json_vec
Function · 0.50
insert_json_string_vec_derive
Function · 0.50
Calls
no outgoing calls
Tested by
4
postgres_insert_value
Function · 0.40
conversion_test
Function · 0.40
insert_json_vec
Function · 0.40
insert_json_string_vec_derive
Function · 0.40