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
Migration
Name
Required Methods
name
Implementors
In crate migration
migration
Trait
MigrationName
Copy item path
Source
pub trait MigrationName { // Required method fn
name
(&self) -> &
str
; }
Required Methods
§
Source
fn
name
(&self) -> &
str
Implementors
§