Type Definition diesel::deserialize::Result [−][src]
type Result<T> = Result<T, Box<Error + Send + Sync>>;
A specialized result type representing the result of deserializing a value from the database.
type Result<T> = Result<T, Box<Error + Send + Sync>>;
A specialized result type representing the result of deserializing a value from the database.