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