pub type BorrowIntentFn = Box<dyn BorrowIntentFnT<Output = ()> + Send>;
Boxed dynamic trait object of {@link BorrowIntentFnT}
struct BorrowIntentFn(/* private fields */);