pub struct ChirrtlMemoryDataTypeParser { /* private fields */ }Implementations§
Source§impl ChirrtlMemoryDataTypeParser
impl ChirrtlMemoryDataTypeParser
pub fn new() -> ChirrtlMemoryDataTypeParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, __tokens0: __TOKENS, ) -> Result<Type, ParseError<usize, Token, LexicalError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChirrtlMemoryDataTypeParser
impl RefUnwindSafe for ChirrtlMemoryDataTypeParser
impl Send for ChirrtlMemoryDataTypeParser
impl Sync for ChirrtlMemoryDataTypeParser
impl Unpin for ChirrtlMemoryDataTypeParser
impl UnwindSafe for ChirrtlMemoryDataTypeParser
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