Docs.rs
openusd-0.6.0
openusd 0.6.0
Permalink
Docs.rs crate page
MIT
02 August 2026
Links
Repository
crates.io
Source
Owners
mxpv
Dependencies
anyhow ^1.0.79
normal
bitflags ^2.11.1
normal
bytemuck ^1.14.0
normal
derive_more ^2.1.1
normal
half ^2.3.1
normal
logos ^0.16.0
normal
lz4_flex ^0.14.0
normal
num-traits ^0.2.17
normal
regex-lite ^0.1.9
normal
serde ^1
normal
optional
strum ^0.28.0
normal
thiserror ^2
normal
zip ^8.2.0
normal
diff_json ^0.1
dev
serde ^1
dev
serde_json ^1
dev
tempfile ^3
dev
Versions
67.08%
of the crate is documented
Platform
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
Skip to main content
TimeSampleMap
openusd
0.6.0
Time
Sample
Map
Aliased Type
Trait Implementations
TryFrom<Value>
In openusd::
sdf
openusd
::
sdf
Type Alias
Time
Sample
Map
Copy item path
Source
pub type TimeSampleMap =
Vec
<(
f64
,
Value
)>;
Aliased Type
§
pub struct TimeSampleMap {
/* private fields */
}
Trait Implementations
§
Source
§
impl
TryFrom
<
Value
> for
TimeSampleMap
Source
§
type
Error
=
ValueConversionError
The type returned in the event of a conversion error.
Source
§
fn
try_from
(value:
Value
) ->
Result
<Self, Self::
Error
>
Performs the conversion.