[][src]Type Definition directwrite::error::DWResult

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

Result type that could contain a DWriteError.