Trait async_alloc_counter::TraceAlloc [−][src]
pub trait TraceAlloc: Sized {
fn trace(self, id: u32) -> TraceAllocator<Self>ⓘNotable traits for TraceAllocator<T>impl<T: Future> Future for TraceAllocator<T> type Output = (usize, T::Output);
{ ... }
}
Provided methods
fn trace(self, id: u32) -> TraceAllocator<Self>ⓘNotable traits for TraceAllocator<T>impl<T: Future> Future for TraceAllocator<T> type Output = (usize, T::Output);
Notable traits for TraceAllocator<T>
impl<T: Future> Future for TraceAllocator<T> type Output = (usize, T::Output);