fn bytes()

in native/src/glb.rs [30:35]


    fn bytes(&self) -> &[u8] {
        match *self {
            JSON(bytes) => bytes,
            BIN(bytes) => bytes,
        }
    }