pub struct ToVoidSTP<SourceSTP, W>{ /* private fields */ }Expand description
An implementation of InferenceRule that infers
void-stp compliant invariant from any other stp compliant uri invariant.
Trait Implementations§
Source§impl<SourceSTP, W> InferenceRule for ToVoidSTP<SourceSTP, W>
impl<SourceSTP, W> InferenceRule for ToVoidSTP<SourceSTP, W>
Source§type SourcePredicate = IsSecure<SourceSTP>
type SourcePredicate = IsSecure<SourceSTP>
Type of source proposition’s predicate.
Source§type TargetPredicate = IsSecure<()>
type TargetPredicate = IsSecure<()>
Type of target proposition’s predicate.
Source§type SubjectTransform = IdentityTransform<W>
type SubjectTransform = IdentityTransform<W>
Type of subject transform.
Auto Trait Implementations§
impl<SourceSTP, W> Freeze for ToVoidSTP<SourceSTP, W>
impl<SourceSTP, W> RefUnwindSafe for ToVoidSTP<SourceSTP, W>
impl<SourceSTP, W> Send for ToVoidSTP<SourceSTP, W>
impl<SourceSTP, W> Sync for ToVoidSTP<SourceSTP, W>
impl<SourceSTP, W> Unpin for ToVoidSTP<SourceSTP, W>
impl<SourceSTP, W> UnwindSafe for ToVoidSTP<SourceSTP, W>
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
Source§impl<Choices> CoproductSubsetter<CNil, HNil> for Choices
impl<Choices> CoproductSubsetter<CNil, HNil> for Choices
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<S, P> TryProven<P> for Swhere
P: Predicate<S> + SyncEvaluablePredicate<S>,
impl<S, P> TryProven<P> for Swhere
P: Predicate<S> + SyncEvaluablePredicate<S>,
Source§type Err = ProvenError<S, <P as SyncEvaluablePredicate<S>>::EvalError>
type Err = ProvenError<S, <P as SyncEvaluablePredicate<S>>::EvalError>
Type of error.