Trait time::parsing::Parsable[][src]

pub trait Parsable: Sealed { }
This is supported on crate feature parsing only.
Expand description

A type that can be parsed.

Implementations on Foreign Types

Implementors