Function new_wrapped

Source
pub fn new_wrapped<C: Combinator>(c: C) -> Wrapped<C>
where C::V: SecureSpecCombinator<SpecResult = <C::Owned as View>::V>,