Trait cargo::util::errors::ChainError [] [src]

pub trait ChainError<T> {
    fn chain_error<E, F>(self, callback: F) -> CargoResult<T> where E: CargoError, F: FnOnce() -> E;
}

Required Methods

Implementors