[][src]Struct ascesis::sentence::RootedGenerator

pub struct RootedGenerator<'b, 'g: 'b> { /* fields omitted */ }

Axiom-specific derivation data.

Methods

impl<'b, 'g: 'b> RootedGenerator<'b, 'g>[src]

Important traits for Emitter<'_, '_, '_>
pub fn iter<'r>(&'r self) -> Emitter<'r, 'b, 'g>[src]

Trait Implementations

impl<'b, 'g: 'b> Debug for RootedGenerator<'b, 'g>[src]

Auto Trait Implementations

impl<'b, 'g> Sync for RootedGenerator<'b, 'g>

impl<'b, 'g> Unpin for RootedGenerator<'b, 'g> where
    'g: 'b, 

impl<'b, 'g> Send for RootedGenerator<'b, 'g>

impl<'b, 'g> UnwindSafe for RootedGenerator<'b, 'g>

impl<'b, 'g> RefUnwindSafe for RootedGenerator<'b, 'g>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]