scte35/src
Rafael Caricio 5d72027943
Use generic trait for SpliceTime creation
Add support for creating `SpliceTime` instances from anything that
implements the trait `ClockTimeExt`. This makes redundant to implement
the `From` trait for the `std::time::Duration` struct, since it
implements the `ClockTimeExt` trait.

Signed-off-by: Rafael Caricio <rafael@caricio.com>
2022-05-06 22:26:57 +02:00
..
descriptors Show human readable time to serde repr 2022-05-06 00:29:10 +02:00
commands.rs Show human readable time to serde repr 2022-05-06 00:29:10 +02:00
info.rs Show human readable time to serde repr 2022-05-06 00:29:10 +02:00
lib.rs Show human readable time to serde repr 2022-05-06 00:29:10 +02:00
time.rs Use generic trait for SpliceTime creation 2022-05-06 22:26:57 +02:00