Skip to content

Document all APIs #2

@alilleybrinker

Description

@alilleybrinker

Finish the docs, with examples.

That includes the following:

  • into_result
  • from_result
  • from_success
  • from_local_err
  • from_fatal_error
  • is_success
  • is_err
  • is_local_err
  • is_fatal_err
  • contains
  • contains_err
  • contains_local_err
  • container_fatal_err
  • success
  • err
  • local_err
  • fatal_err
  • as_ref
  • as_mut
  • map
  • map_or
  • map_or_else
  • map_err
  • map_local_err
  • map_fatal_err
  • iter
  • iter_mut
  • and
  • and_then
  • or
  • or_local
  • or_fatal
  • or_else
  • or_else_local
  • or_else_fatal
  • unwrap_or
  • unwrap_or_else
  • copied (for &'a T)
  • copied (for &'a mut T)
  • cloned (for &'a T)
  • cloned (for &'a mut T)
  • unwrap
  • expect
  • unwrap_err
  • expect_err
  • unwrap_local_err
  • expect_local_err
  • unwrap_fatal_err
  • expect_fatal_err
  • unwrap_or_default
  • into_result_default
  • into_success
  • as_deref
  • as_deref_err
  • as_deref_local_err
  • as_deref_fatal_err
  • as_deref_mut
  • as_deref_mut_err
  • as_deref_mut_local_err
  • as_deref_mut_fatal_err
  • transpose

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions