[][src]Trait refinery::error::WrapMigrationError

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

Required methods

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

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...