cargo fmt
This commit is contained in:
parent
d5c9c65079
commit
6120d82924
@ -4,8 +4,8 @@ use crate::{
|
|||||||
RelationTrait, RelationType, Select, Update, UpdateMany, UpdateOne,
|
RelationTrait, RelationType, Select, Update, UpdateMany, UpdateOne,
|
||||||
};
|
};
|
||||||
use sea_query::{Alias, Iden, IntoIden, IntoTableRef, IntoValueTuple, TableRef};
|
use sea_query::{Alias, Iden, IntoIden, IntoTableRef, IntoValueTuple, TableRef};
|
||||||
pub use strum::IntoEnumIterator as Iterable;
|
|
||||||
use std::fmt::Debug;
|
use std::fmt::Debug;
|
||||||
|
pub use strum::IntoEnumIterator as Iterable;
|
||||||
|
|
||||||
/// Ensure the identifier for an Entity can be converted to a static str
|
/// Ensure the identifier for an Entity can be converted to a static str
|
||||||
pub trait IdenStatic: Iden + Copy + Debug + 'static {
|
pub trait IdenStatic: Iden + Copy + Debug + 'static {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user