Type Definition diesel::migration::Result

source ·
pub type Result<T> = Result<T, Box<dyn Error + Send + Sync>>;
Expand description

A specialized result type representing the result of a migration operation