Skip to main content

negotiate_features

Function negotiate_features 

Source
pub fn negotiate_features(
    client: &FeatureOffer,
    available: &BTreeSet<String>,
) -> Result<FeatureSelection, FeatureNegotiationError>