Docs.rs
notes-r-us-migration-0.1.0
notes-r-us-migration 0.1.0
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
Notliam99
Dependencies
async-std ^1
normal
sea-orm-migration ^0.12.0
normal
Versions
0%
of the crate is documented
This release has been yanked
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
migration
0.1.0
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
,