Trait layered_nlp::x::AnyOf[][src]

pub trait AnyOf {
    type Out;
    fn into_any(self) -> Self::Out;
}

Associated Types

Loading content...

Required methods

fn into_any(self) -> Self::Out[src]

Loading content...

Implementations on Foreign Types

impl<A, B> AnyOf for (A, B)[src]

type Out = AnyOf2Matcher<A, B>

fn into_any(self) -> Self::Out[src]

impl<A, B, C> AnyOf for (A, B, C)[src]

type Out = AnyOf3Matcher<A, B, C>

fn into_any(self) -> Self::Out[src]

Loading content...

Implementors

Loading content...