Function phper::errors::ok

source ·
pub fn ok<T>(t: T) -> Result<T>
Expand description

Equivalent to Ok::<_, phper::Error>(value).