Type Definition migrate_state::Result[][src]

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

Type alias for the std::result::Result type used in the traits