pub struct SubStmtUtil;Expand description
Substatements Utilities.
Implementations§
Source§impl SubStmtUtil
impl SubStmtUtil
pub fn call_stmt_parser( parser: &mut Parser, keyword: &str, ) -> Result<YangStmt, YangError>
pub fn parse_substmts( parser: &mut Parser, def: Vec<SubStmtDef>, ) -> Result<StmtCollection, YangError>
Auto Trait Implementations§
impl Freeze for SubStmtUtil
impl RefUnwindSafe for SubStmtUtil
impl Send for SubStmtUtil
impl Sync for SubStmtUtil
impl Unpin for SubStmtUtil
impl UnwindSafe for SubStmtUtil
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