Function aleo_development_server::with
source · pub fn with<T: Clone + Send>(
item: T
) -> impl Filter<Extract = (T,), Error = Infallible> + CloneExpand description
A middleware to include the given item in the handler.
pub fn with<T: Clone + Send>(
item: T
) -> impl Filter<Extract = (T,), Error = Infallible> + CloneA middleware to include the given item in the handler.