pub trait Dictionary {
// Required methods
fn lookup(&self, surface: &str) -> Vec<Entry>;
fn get_connection_cost(&self, left_id: u16, right_id: u16) -> i16;
}Expand description
사전 인터페이스
Required Methods§
Sourcefn get_connection_cost(&self, left_id: u16, right_id: u16) -> i16
fn get_connection_cost(&self, left_id: u16, right_id: u16) -> i16
연접 비용 조회