Struct tree_sitter_facade::LoggerReturn
source · [−]Fields
inner: &'s Box<dyn FnMut(LogType, &str) + 'a>
Auto Trait Implementations
impl<'a, 's> !RefUnwindSafe for LoggerReturn<'a, 's>
impl<'a, 's> !Send for LoggerReturn<'a, 's>
impl<'a, 's> !Sync for LoggerReturn<'a, 's>
impl<'a, 's> Unpin for LoggerReturn<'a, 's> where
'a: 's,
impl<'a, 's> !UnwindSafe for LoggerReturn<'a, 's>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more