Struct hassle_rs::wrapper::DxcValidator
source · pub struct DxcValidator { /* private fields */ }
Implementations§
source§impl DxcValidator
impl DxcValidator
pub fn version(&self) -> Result<DxcValidatorVersion>
pub fn validate( &self, blob: DxcBlob ) -> Result<DxcBlob, (DxcOperationResult, HassleError)>
Auto Trait Implementations§
impl RefUnwindSafe for DxcValidator
impl !Send for DxcValidator
impl !Sync for DxcValidator
impl Unpin for DxcValidator
impl UnwindSafe for DxcValidator
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more