Type Alias neure::re::ctor::RecursiveCtorSync

source ·
pub type RecursiveCtorSync<'a, C, O> = Arc<Mutex<Option<DynamicCtor<'a, C, O>>>>;

Aliased Type§

struct RecursiveCtorSync<'a, C, O> { /* private fields */ }

Trait Implementations§

source§

impl<'a, C, M, O, I> Ctor<'a, C, M, O> for Arc<I>where I: Ctor<'a, C, M, O>, C: Context<'a> + Match<C>,

source§

fn constrct<H, A>(&self, ctx: &mut C, handler: &mut H) -> Result<O, Error>where H: Handler<A, Out = M, Error = Error>, A: Extract<'a, C, Span, Out<'a> = A, Error = Error>,

1.0.0 · source§

impl<T, A> Deref for Arc<T, A>where A: Allocator, T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.
source§

impl<U, T> Neu<T> for Arc<U>where U: Neu<T>,

source§

fn is_match(&self, other: &T) -> bool

source§

impl<'a, P, C> Regex<C> for Arc<P>where P: Regex<C>, C: Context<'a> + Match<C>,

§

type Ret = <P as Regex<C>>::Ret

source§

fn try_parse(&self, ctx: &mut C) -> Result<Self::Ret, Error>

source§

fn parse(&self, ctx: &mut C) -> bool