[][src]Function procedure::proceed

pub fn proceed<F, R, D, E>(
    action: &str,
    description: &str,
    function: F
) -> Result<R, E> where
    F: FnOnce(&mut Progress) -> Result<(R, D), E>,
    D: Display,
    E: Display

Proceeds the execution of function with a nice formatted action. The default padding is {DEFAULT_PADDING}.