Trait migration::IntoIden

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,