Trait mseed::IntoConnectionInfo
source · pub trait IntoConnectionInfo {
// Required method
fn into_connection_info(self) -> MSResult<ConnectionInfo>;
}Expand description
Converts an object into a ConnectionInfo struct. This allows the constructor of the client to
accept a file path or an URL in a range of different formats.
Required Methods§
sourcefn into_connection_info(self) -> MSResult<ConnectionInfo>
fn into_connection_info(self) -> MSResult<ConnectionInfo>
Converts the object into a connection info object.