apicize_lib 0.35.4

Library supporting Apicize request dispatch, testing and serialization
Documentation
1
2
3
4
5
/// Trait to describe oneself
pub trait Disabled {
    /// Returns whether the entity is disabled
    fn get_disabled(&self) -> bool;
}