Ok<T> constructor
const
Ok<T> (
- T value
Creates an instance of Result containing a value
Implementation
const Ok(this.value);
Creates an instance of Result containing a value
const Ok(this.value);