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 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