Trait sqlx::migrate::MigrationSource[][src]

pub trait MigrationSource<'s>: Debug {
    pub fn resolve(
        self
    ) -> Pin<Box<dyn Future<Output = Result<Vec<Migration, Global>, Box<dyn Error + 'static + Send + Sync, Global>>> + 's + Send, Global>>; }

Required methods

pub fn resolve(
    self
) -> Pin<Box<dyn Future<Output = Result<Vec<Migration, Global>, Box<dyn Error + 'static + Send + Sync, Global>>> + 's + Send, Global>>
[src]

Loading content...

Implementations on Foreign Types

impl MigrationSource<'static> for PathBuf[src]

impl<'s> MigrationSource<'s> for &'s Path[src]

Loading content...

Implementors

Loading content...