pub struct StackToken(_);
Expand description
A token that is placed to the stack to constrain lifetimes.
For more information about how these work see the documentation of
stack_token!
which is the only way to create this token.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.