Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 2,333 for host:doc.rust-lang.org (0.03 sec)

  1. Try in std::ops - Rust

    The `?` operator and `try {}` blocks.
    doc.rust-lang.org/std/ops/trait.Try.html
    Registered: Wed Jun 04 01:20:49 UTC 2025
    - Last Modified: Thu May 15 17:17:47 UTC 2025
    - 32.1K bytes
    - Viewed (0)
  2. Bytes in std::io - Rust

    An iterator over `u8` values of a reader.
    doc.rust-lang.org/std/io/struct.Bytes.html Similar Results (9)
    Registered: Wed Jun 04 01:21:56 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 151.8K bytes
    - Viewed (0)
  3. Result in std::io - Rust

    A specialized `Result` type for I/O operations.
    doc.rust-lang.org/std/io/type.Result.html
    Registered: Wed Jun 04 01:20:30 UTC 2025
    - Last Modified: Thu May 15 17:17:46 UTC 2025
    - 7.3K bytes
    - Viewed (0)
  4. Error in std::error - Rust

    `Error` is a trait representing the basic expectations for error values, i.e., values of type `E` in `Result<T, E>`.
    doc.rust-lang.org/std/error/trait.Error.html
    Registered: Wed Jun 04 01:20:00 UTC 2025
    - Last Modified: Thu May 15 17:17:41 UTC 2025
    - 100.5K bytes
    - Viewed (0)
  5. EscapeUnicode in std::str - Rust

    The return type of `str::escape_unicode`.
    doc.rust-lang.org/std/str/struct.EscapeUnicode.html Similar Results (4)
    Registered: Wed Jun 04 01:19:03 UTC 2025
    - Last Modified: Thu May 15 17:17:54 UTC 2025
    - 168.7K bytes
    - Viewed (0)
  6. Scan in std::iter - Rust

    An iterator to maintain state while iterating another iterator.
    doc.rust-lang.org/std/iter/struct.Scan.html Similar Results (1)
    Registered: Wed Jun 04 01:35:43 UTC 2025
    - Last Modified: Thu May 15 17:17:46 UTC 2025
    - 164.4K bytes
    - Viewed (0)
  7. Filter in std::iter - Rust

    An iterator that filters the elements of `iter` with `predicate`.
    doc.rust-lang.org/std/iter/struct.Filter.html Similar Results (1)
    Registered: Wed Jun 04 01:35:56 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 173.6K bytes
    - Viewed (0)
  8. Flatten in std::iter - Rust

    An iterator that flattens one level of nesting in an iterator of things that can be turned into iterators.
    doc.rust-lang.org/std/iter/struct.Flatten.html
    Registered: Wed Jun 04 01:36:30 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 183.6K bytes
    - Viewed (0)
  9. CursorMut in std::collections::btree_set - Rust

    A cursor over a `BTreeSet` with editing operations.
    doc.rust-lang.org/std/collections/btree_set/struct.CursorMut.html Similar Results (1)
    Registered: Wed Jun 04 02:00:22 UTC 2025
    - Last Modified: Thu May 15 17:17:40 UTC 2025
    - 37.5K bytes
    - Viewed (0)
  10. Pending in std::future - Rust

    Creates a future which never resolves, representing a computation that never finishes.
    doc.rust-lang.org/std/future/struct.Pending.html
    Registered: Wed Jun 04 02:01:24 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 30.3K bytes
    - Viewed (0)
Back to top