Trait zk_4lw::FourLetterWord [] [src]

pub trait FourLetterWord {
    type Response;
    fn command() -> &'static str;
fn parse_response(_: &str) -> Result<Self::Response>; }

Associated Types

Required Methods

Implementors