Docs.rs
utils-cli-migration-1.0.9
utils-cli-migration 1.0.9
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
opeolluwa
Dependencies
async-std ^1
normal
sea-orm-migration ^0.12.0
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
migration
1.0.9
Into
Iden
Required Methods
into_iden
Implementors
In crate migration
migration
Trait
IntoIden
Copy item path
Source
pub trait IntoIden { // Required method fn
into_iden
(self) ->
SeaRc
<dyn
Iden
>; }
Required Methods
§
Source
fn
into_iden
(self) ->
SeaRc
<dyn
Iden
>
Implementors
§
Source
§
impl
IntoIden
for
SeaRc
<dyn
Iden
>
Source
§
impl<T>
IntoIden
for T
where T: 'static +
Iden
,