satex-core 0.5.0

Satex Core Library
Documentation
1
2
3
4
5
6
pub trait Make {
    ///
    /// Named name
    ///
    fn name(&self) -> &'static str;
}