[][src]Type Definition wasccgraph_common::GraphResult

type GraphResult<T> = Result<T, GraphError>;

Common result type for this crate.