Type Definition rocket_db_pools::figment::error::Result

pub type Result<T> = Result<T, Error>;
Expand description

A simple alias to Result with an error type of Error.