1
2
3
4
5
6
7
8
//! Protocol AFn

// use clojure::rust::*;
use clojure::lang::*;

use crate::*;

pub trait AFn: IFn {}