[][src]Type Definition wasccgraph_actor::GraphResult

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

Common result type for this crate.