pub const fn Ok<T>(value: T) -> Result<T>
Construct an Ok value of type Result<T, sigma_proofs::errors::Error>.
Ok
Result<T, sigma_proofs::errors::Error>