IntoExecutor
sea_
schema
0.17.0-rc.17
Into
Executor
Required Methods
into_executor
Implementors
In sea_
schema::
mysql::
discovery
sea_schema
::
mysql
::
discovery
Trait
Into
Executor
Copy item path
pub trait IntoExecutor { // Required method fn
into_executor
(self) ->
Executor
; }
Required Methods
§
fn
into_executor
(self) ->
Executor
Implementors
§
§
impl
IntoExecutor
for
MySqlPool