Struct bitcoin_test::HasReason
source · pub struct HasReason { /* private fields */ }
Expand description
| BOOST_CHECK_EXCEPTION predicates | to check the specific validation error. | | Use as | BOOST_CHECK_EXCEPTION(code that | throws, exception type, HasReason(“foo”)); |
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HasReason
impl Send for HasReason
impl Sync for HasReason
impl Unpin for HasReason
impl UnwindSafe for HasReason
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more