Function finchers_ext::just [] [src]

pub fn just<T>(x: T) -> Just<T> where
    T: Clone + Send + Sync

Create an endpoint which immediately returns a value of T.