pub trait NetworkExt<I: FieldInterests> {
// Required method
fn from_watcher_properties(
properties: &Properties<I>,
) -> Result<Self, NetworkConversionError>
where Self: Sized;
}
pub trait NetworkExt<I: FieldInterests> {
// Required method
fn from_watcher_properties(
properties: &Properties<I>,
) -> Result<Self, NetworkConversionError>
where Self: Sized;
}