pub type FnSpecMapper<In, Out> = (FnSpec<(In,), Out>, FnSpec<(Out,), In>);Trait Implementations§
Source§impl<In, Out> SpecMapper for FnSpecMapper<In, Out>
impl<In, Out> SpecMapper for FnSpecMapper<In, Out>
Source§open spec fn spec_map_rev(&self, o: Self::Out) -> Self::In
open spec fn spec_map_rev(&self, o: Self::Out) -> Self::In
{ (self.1)(o) }