pub trait IntoIden {
    fn into_iden(self) -> Arc<dyn Iden + 'static>;
}

Required Methods

Implementors