Trait rtps_parser::rtps::utils::clock::TimerConstructor
source · pub trait TimerConstructor {
// Required method
fn new() -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait TimerConstructor {
// Required method
fn new() -> Self;
}