INNER CODE UNIT · Rust

next

bheisler/criterion.rs · plot/src/lib.rs:767

    fn next(self) -> Option<Axis> {
        use crate::Axis::*;

        match self {
            BottomX => Some(LeftY),
            LeftY => Some(RightY),
            RightY => Some(TopX),
            TopX => None,
        }
    }
}

/// Color
#[allow(missing_docs)]
#[derive(Clone, Copy)]
pub enum Color {
    Black,
    Blue,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…