just

Function just 

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

Create an endpoint which immediately returns a value of T.