pub fn just<T>(x: T) -> Just<T>where T: Clone + Send + Sync,
Create an endpoint which immediately returns a value of T.
T