1
2
3
4
5
6
7
8
use super::abc::*;


impl Type for char {
    fn iclone(&self) -> BType {
        BType(box *self)
    }
}