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

Method from

sea-orm-codegen/src/error.rs:28–30  ·  view source on GitHub ↗
(io_err: io::Error)

Source from the content-addressed store, hash-verified

26
27impl From<io::Error> for Error {
28 fn from(io_err: io::Error) -> Self {
29 Self::StdIoError(io_err)
30 }
31}

Callers 15

query_mysql_foreign_keysFunction · 0.45
query_pg_typesFunction · 0.45
table_nameMethod · 0.45
upMethod · 0.45
defMethod · 0.45
defMethod · 0.45
defMethod · 0.45
defMethod · 0.45
defMethod · 0.45
defMethod · 0.45
defMethod · 0.45
defMethod · 0.45

Calls

no outgoing calls

Tested by 13

upMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36