pub trait GetDefaultAddressType {
// Required method
fn get_default_address_type(&mut self) -> OutputType;
}
Required Methods§
sourcefn get_default_address_type(&mut self) -> OutputType
fn get_default_address_type(&mut self) -> OutputType
| Get default address type. |