dope 0.6.0

The manifold runtime
Documentation
1
2
3
4
5
use crate::backend::PushError;

pub trait Sockopt {
    fn set(&self, fixed_idx: u32, level: u32, optname: u32, value: i32) -> Result<(), PushError>;
}