[][src]Function json_decode::succeed

pub fn succeed<'a, V>(value: V) -> BoxDecoder<'a, V> where
    V: Clone + Send + Sync + 'a,