Type Definition reql::Result

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

The result of any command that can potentially return an error