libero/protocol

Types

pub type Protocol {
  Etf
  Json
}

Constructors

  • Etf
  • Json

Values

pub fn from_string(value: String) -> Result(Protocol, String)
pub fn to_string(protocol: Protocol) -> String
Search Document