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

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

Type of values with optional error code.