Trait photon_indexer::migration::IntoIden

source ·
pub trait IntoIden {
    // Required method
    fn into_iden(self) -> Arc<dyn Iden>;
}

Required Methods§

source

fn into_iden(self) -> Arc<dyn Iden>

Implementors§

source§

impl IntoIden for Arc<dyn Iden>

source§

impl<T> IntoIden for T
where T: 'static + Iden,