pub struct PolynomialParser { /* private fields */ }Implementations§
Source§impl PolynomialParser
impl PolynomialParser
pub fn new() -> PolynomialParser
pub fn parse<'input, 'env, __TOKEN: __ToTriple<'input, 'env>, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, errors: &'env mut Vec<ErrorRecovery<usize, Token<'input>, AscesisError>>, __tokens0: __TOKENS, ) -> Result<Polynomial, ParseError<usize, Token<'input>, AscesisError>>
Auto Trait Implementations§
impl Freeze for PolynomialParser
impl RefUnwindSafe for PolynomialParser
impl Send for PolynomialParser
impl Sync for PolynomialParser
impl Unpin for PolynomialParser
impl UnwindSafe for PolynomialParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<Reference, Outer, OuterFieldType, Inner> HasPart<Nested<Outer, Inner>> for Reference
impl<Reference, Outer, OuterFieldType, Inner> HasPart<Nested<Outer, Inner>> for Reference
Source§unsafe fn part_ptr(
ptr: *const <Reference as PartialRefTarget>::RawTarget,
) -> <<Inner as Part>::PartType as PartType>::Ptr
unsafe fn part_ptr( ptr: *const <Reference as PartialRefTarget>::RawTarget, ) -> <<Inner as Part>::PartType as PartType>::Ptr
Given a constant pointer to a target, produce a constant pointer to a part of it.
Source§unsafe fn part_ptr_mut(
ptr: *mut <Reference as PartialRefTarget>::RawTarget,
) -> <<Inner as Part>::PartType as PartType>::PtrMut
unsafe fn part_ptr_mut( ptr: *mut <Reference as PartialRefTarget>::RawTarget, ) -> <<Inner as Part>::PartType as PartType>::PtrMut
Given a mutable pointer to a target, produce a mutable pointer to a part of it.