Bot

Trait Bot 

Source
pub trait Bot {
    // Required method
    fn bot() -> Self;
}

Required Methods§

Source

fn bot() -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<Bound> Bot for Interval<Bound>
where Bound: Width + Num,

Source§

impl<Bound> Bot for IntervalSet<Bound>
where Bound: Width + Num,