Struct mmb_parser::Mmb [−][src]
Fields
file: &'a [u8]version: u8num_sorts: u8num_terms: u32num_theorems: u32sorts: &'a [u8]terms: &'a [u8]theorems: &'a [u8]proofs: &'a [u8]Implementations
impl<'a> Mmb<'a>[src]
pub fn from(file: &'a [u8]) -> Option<Mmb<'a>>[src]
pub fn visit<V: Visitor<'a>>(
&self,
visitor: &mut V
) -> Result<(), Err<ParseError<'_>>>[src]
&self,
visitor: &mut V
) -> Result<(), Err<ParseError<'_>>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Mmb<'a>
impl<'a> Send for Mmb<'a>
impl<'a> Sync for Mmb<'a>
impl<'a> Unpin for Mmb<'a>
impl<'a> UnwindSafe for Mmb<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,