Function composable::dependencies::with_dependency
source ยท pub fn with_dependency<T: 'static, F: FnOnce() -> R, R>(with: T, f: F) -> R
Expand description
Supply a single dependency for the supplied closure.
A convenience function that just forwards to with_dependencies
.