[][src]Type Definition dqcsim::common::error::Result

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

Internal Result type which uses the crate's Error type.