Trait forky_core::DurationExt

source ·
pub trait DurationExt {
    // Required method
    fn from_hms(hour: u64, minute: u64, second: u64) -> Duration;
}

Required Methods§

source

fn from_hms(hour: u64, minute: u64, second: u64) -> Duration

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl DurationExt for Duration

source§

fn from_hms(hour: u64, minute: u64, second: u64) -> Duration

Implementors§