[][src]Trait refinery_core::error::WrapMigrationError

pub trait WrapMigrationError<T, E> {
    fn migration_err(
        self,
        msg: &str,
        report: Option<&Vec<Migration>>
    ) -> Result<T, Error>; }

Required methods

fn migration_err(
    self,
    msg: &str,
    report: Option<&Vec<Migration>>
) -> Result<T, Error>

Loading content...

Implementations on Foreign Types

impl<T, E> WrapMigrationError<T, E> for Result<T, E> where
    E: Error + Send + Sync + 'static, 
[src]

Loading content...

Implementors

Loading content...