pub struct MultiExpansionResult { /* private fields */ }
Expand description
Represents an intermediary result of MultiExpansion::expand()
Implementations§
Source§impl MultiExpansionResult
impl MultiExpansionResult
Sourcepub fn expand_inplace(self) -> TokenStream
pub fn expand_inplace(self) -> TokenStream
Expands all contracts into a single TokenStream
Auto Trait Implementations§
impl Freeze for MultiExpansionResult
impl RefUnwindSafe for MultiExpansionResult
impl !Send for MultiExpansionResult
impl !Sync for MultiExpansionResult
impl Unpin for MultiExpansionResult
impl UnwindSafe for MultiExpansionResult
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