pub trait Resp {
    const LENGTH: ResponseLen = ResponseLen::R48;
}

Provided Associated Constants

Implementors