pub struct FnSigParser {
_priv: (),
}
Fields§
§_priv: ()
Implementations§
Source§impl FnSigParser
impl FnSigParser
pub fn new() -> FnSigParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, cx: &mut ParseCtxt<'_>, __tokens0: __TOKENS, ) -> Result<FnSig, ParseError<Location, Token, UserParseError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnSigParser
impl RefUnwindSafe for FnSigParser
impl Send for FnSigParser
impl Sync for FnSigParser
impl Unpin for FnSigParser
impl UnwindSafe for FnSigParser
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