[][src]Type Definition rt_graph::Result

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

Represents either a value or an error from the crate.