Skip to main content

server_by_id

Function server_by_id 

Source
pub fn server_by_id(servers: &[Server], id: u64) -> Result<Server, Error>
Expand description

Look up a server by numeric list id (string match on Server::id).