fn fmt()

in src/results.rs [15:19]


    fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
        match self {
            NoResponses => write!(f, "Backend did not return any valid response. It is either not responding or test duration is too short."),
        }
    }