Trait tfrecord::markers::HistogramProtoElement[][src]

pub trait HistogramProtoElement where
    Self: Copy
{ fn to_f64(&self) -> f64; }
Expand description

A trait marking types that can be converted to elements of HistogramProto.

Required methods

Implementations on Foreign Types

Implementors