Closed
Description
Calling
std::cell::RefCell<std::collections::HashMap<R, futures::future::Shared<std::pin::Pin<std::boxed::Box<dyn futures::Future<Output = ()>>>>>>::default()
is more clear than this expression
I don't agree
Calling
std::marker::PhantomData<(L, B)>::default()
is more clear than this expression
For PhantomData
I think I always prefer Default::default()
.