Ok: T,
representing success and containing a value, and Err: E, representing error and containing an
error value.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ok: T,
representing success and containing a value, and Err: E, representing error and containing an
error value.
pub enum Result {
Ok: T,
Err: E,
}
Ok: T
Err: E
Was this page helpful?