mod_interface 0.61.0

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
1
2
3
4
5
6
#![allow(dead_code)]
/// `has_own2`
pub fn has_own2() -> bool
{
  true
}