pub struct Hpp {}
Implementations§
Source§impl Hpp
impl Hpp
pub fn parse(full_file_path: &String, _type: Type) -> ParsedData
pub fn functions_header(full_file_path: &String) -> ParsedData
Auto Trait Implementations§
impl Freeze for Hpp
impl RefUnwindSafe for Hpp
impl Send for Hpp
impl Sync for Hpp
impl Unpin for Hpp
impl UnwindSafe for Hpp
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