[][src]Type Definition rs_graph::steinlib::Result

type Result<T> = Result<T, Error>;

Type of values with optional error code.