Type Definition indradb::Result

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

A result that might be an Error.