pub trait ToExtent {
// Required method
fn to_extent(&self) -> Option<Extent>;
}Expand description
Try convert a value into an Extent.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl ToExtent for Range<SystemTime>
Available on crate feature std only.
impl ToExtent for Range<SystemTime>
Available on crate feature
std only.Source§impl ToExtent for SystemTime
Available on crate feature std only.
impl ToExtent for SystemTime
Available on crate feature
std only.