Struct dicom_core::value::ConvertValueError [−][src]
pub struct ConvertValueError {
pub requested: &'static str,
pub original: ValueType,
pub cause: Option<InvalidValueReadError>,
}An error type for a failed attempt at converting a value into another representation.
Fields
requested: &'static strThe value format requested
original: ValueTypeThe value’s original representation
cause: Option<InvalidValueReadError>The reason why the conversion was unsuccessful, or none if a conversion from the given original representation is not possible
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConvertValueError
impl RefUnwindSafe for ConvertValueErrorimpl Send for ConvertValueError
impl Send for ConvertValueErrorimpl Sync for ConvertValueError
impl Sync for ConvertValueErrorimpl Unpin for ConvertValueError
impl Unpin for ConvertValueErrorimpl UnwindSafe for ConvertValueError
impl UnwindSafe for ConvertValueError