Docs.rs
content-tree-0.2.0
content-tree 0.2.0
Permalink
Docs.rs crate page
ISC
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
josephg
Dependencies
humansize ^1.1.1
normal
rle ^0.2.0
normal
smallvec ^1.8.0
normal
rand ^0.8
dev
Versions
31.48%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Cursors
content_
tree
0.2.0
Cursors
Required Associated Types
Cursor
MutCursor
UnsafeCursor
Implementations on Foreign Types
&'a Pin<Box<ContentTreeRaw<E, I, IE, LE>>>
Implementors
In crate content_
tree
content_tree
Trait
Cursors
Copy item path
Source
pub trait Cursors { type
UnsafeCursor
; type
Cursor
; type
MutCursor
; }
Required Associated Types
§
Source
type
UnsafeCursor
Source
type
Cursor
Source
type
MutCursor
Implementations on Foreign Types
§
Source
§
impl<'a, E:
ContentTraits
, I:
TreeMetrics
<E>, const IE:
usize
, const LE:
usize
>
Cursors
for &'a
Pin
<
Box
<
ContentTreeRaw
<E, I, IE, LE>>>
Source
§
type
UnsafeCursor
=
UnsafeCursor
<E, I, IE, LE>
Source
§
type
Cursor
=
SafeCursor
<&'a
ContentTreeRaw
<E, I, IE, LE>, E, I, IE, LE>
Source
§
type
MutCursor
=
SafeCursor
<&'a mut
ContentTreeRaw
<E, I, IE, LE>, E, I, IE, LE>
Implementors
§
Source
§
impl<'a, E:
ContentTraits
, I:
TreeMetrics
<E>, const IE:
usize
, const LE:
usize
>
Cursors
for &'a
ContentTreeRaw
<E, I, IE, LE>
Source
§
type
UnsafeCursor
=
UnsafeCursor
<E, I, IE, LE>
Source
§
type
Cursor
=
SafeCursor
<&'a
ContentTreeRaw
<E, I, IE, LE>, E, I, IE, LE>
Source
§
type
MutCursor
=
SafeCursor
<&'a mut
ContentTreeRaw
<E, I, IE, LE>, E, I, IE, LE>