[][src]Type Definition dicom_core::error::Result

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

Type alias for a result from this library.