pub struct ImperatorMelter<'a, 'b> { /* private fields */ }Expand description
Convert a binary save to plaintext
Implementations§
Source§impl<'a, 'b> ImperatorMelter<'a, 'b>
impl<'a, 'b> ImperatorMelter<'a, 'b>
pub fn verbatim(&mut self, verbatim: bool) -> &mut Self
pub fn on_failed_resolve( &mut self, strategy: FailedResolveStrategy, ) -> &mut Self
pub fn melt<R>(&self, resolver: &R) -> Result<MeltedDocument, ImperatorError>where
R: TokenResolver,
Auto Trait Implementations§
impl<'a, 'b> Freeze for ImperatorMelter<'a, 'b>
impl<'a, 'b> RefUnwindSafe for ImperatorMelter<'a, 'b>
impl<'a, 'b> Send for ImperatorMelter<'a, 'b>
impl<'a, 'b> Sync for ImperatorMelter<'a, 'b>
impl<'a, 'b> Unpin for ImperatorMelter<'a, 'b>
impl<'a, 'b> UnwindSafe for ImperatorMelter<'a, 'b>
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