Type Definition diesel::deserialize::Result

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

A specialized result type representing the result of deserializing a value from the database.