[][src]Struct itex2mml::MML

pub struct MML { /* fields omitted */ }

Implementations

impl MML[src]

pub fn parse(s: &str) -> Option<Self>[src]

Parses the argument, and returns a newly allocated string containing the result.

pub fn as_cstr(&self) -> &CStr[src]

pub fn as_str(&self) -> &str[src]

Trait Implementations

impl Drop for MML[src]

Auto Trait Implementations

impl RefUnwindSafe for MML

impl !Send for MML

impl !Sync for MML

impl Unpin for MML

impl UnwindSafe for MML

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.