qust_ds::types

Type Alias tt

Source
pub type tt = NaiveTime;

Aliased Type§

struct tt { /* private fields */ }

Trait Implementations§

Source§

impl Fromt<&str> for tt

Source§

fn fromt(data: &&str) -> Self

Source§

impl Fromt<NaiveDateTime> for tt

Source§

fn fromt(data: &dt) -> Self

Source§

impl Fromt<f64> for tt

Source§

fn fromt(data: &f64) -> Self

Source§

impl Fromt<usize> for tt

Source§

fn fromt(data: &usize) -> Self