Documentation
1
2
3
4
5
use aok::{Result, OK};
#[test]
fn test() -> Result<()> {
  OK
}