Trait substrate_stellar_sdk::IntoTimePoint[][src]

pub trait IntoTimePoint {
    fn into_time_point(self) -> u64;
}

Required methods

Implementations on Foreign Types

Implementors