pub fn ok<T>(t: T) -> Result<T>
Equivalent to Ok::<_, phper::Error>(value).
Ok::<_, phper::Error>(value)